|
@@ -98,14 +98,14 @@
|
|
|
<td>
|
|
|
<div class="row">
|
|
|
<div class="col-sm-8 col-xs-12">
|
|
|
- <textarea id="c-about_bottom_contentCN" name="about_bottom_content"
|
|
|
+ <textarea id="c-about_bottom_content`CN" name="about_bottom_content"
|
|
|
class="form-control editor" rows="5" name="about_bottom_content"
|
|
|
cols="50">{$dataCN.about_bottom_content|htmlentities}</textarea>
|
|
|
</div>
|
|
|
<div class="col-sm-4"></div>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class="mob-none">{literal}{$about.about_bottom_content}{/literal}</td>
|
|
|
+ <td class="mob-none">{literal}{$about.about_content}{/literal}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>关于图片</td>
|
|
@@ -167,12 +167,24 @@
|
|
|
<td class="mob-none">{literal}{$about.about_video}{/literal}</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
+ <tfoot>
|
|
|
+ <tr>
|
|
|
+ <td></td>
|
|
|
+ <td>
|
|
|
+ <button type="submit" class="btn btn-success btn-embossed">{:__('OK')}
|
|
|
+ </button>
|
|
|
+ <button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tfoot>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="padding-left: 0px;padding-right: 0px;">
|
|
|
+ <!-- <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="padding-left: 0px;padding-right: 0px;">
|
|
|
<div class="box {if $switch_lang == '1'}box-success{/if}">
|
|
|
<div class="panel-body">
|
|
|
<div class="alert alert-success-light">
|
|
@@ -488,7 +500,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</form>
|
|
|
</div>
|
|
|
|
|
@@ -599,12 +611,24 @@
|
|
|
<td class="mob-none">{literal}{$about.about_video}{/literal}</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
+ <tfoot>
|
|
|
+ <tr>
|
|
|
+ <td></td>
|
|
|
+ <td>
|
|
|
+ <button type="submit" class="btn btn-success btn-embossed">{:__('OK')}
|
|
|
+ </button>
|
|
|
+ <button type="reset" class="btn btn-default btn-embossed">{:__('Reset')}
|
|
|
+ </button>
|
|
|
+ </td>
|
|
|
+ <td></td>
|
|
|
+ </tr>
|
|
|
+ </tfoot>
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="padding-left: 0px;padding-right: 0px;">
|
|
|
+ <!-- <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="padding-left: 0px;padding-right: 0px;">
|
|
|
<div class="box box-warning">
|
|
|
<div class="panel-body">
|
|
|
<div class="alert alert-danger-light">
|
|
@@ -920,7 +944,7 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</form>
|
|
|
</div>
|
|
|
{/if}
|