snappymail/plugins/example/templates/ExampleAdminSettingsTab.html

18 lines
581 B
HTML
Raw Normal View History

2016-06-05 04:26:50 +08:00
<div>
<div class="form-horizontal">
<div class="legend">
2022-05-31 16:47:14 +08:00
<span class="i18n" data-i18n="SETTINGS_EXAMPLE_ADMIN_EXAMPLE_TAB_PLUGIN/LEGEND_EXAMPLE"></span>
2016-06-05 04:26:50 +08:00
&nbsp;&nbsp;&nbsp;
<i class="icon-spinner animated" style="margin-top: 5px" data-bind="visible: loading"></i>
</div>
<div class="control-group">
<label class="control-label">
2022-05-31 16:47:14 +08:00
<span class="i18n" data-i18n="SETTINGS_EXAMPLE_ADMIN_EXAMPLE_TAB_PLUGIN/LABEL_PHP_VERSION"></span>
2016-06-05 04:26:50 +08:00
</label>
<div class="controls" style="padding-top: 5px">
<b data-bind="text: php"></b>
</div>
</div>
</div>
2022-05-31 16:47:14 +08:00
</div>