snappymail/plugins/example/templates/ExampleAdminSettingsTab.html
2022-05-31 10:47:14 +02:00

17 lines
581 B
HTML

<div>
<div class="form-horizontal">
<div class="legend">
<span class="i18n" data-i18n="SETTINGS_EXAMPLE_ADMIN_EXAMPLE_TAB_PLUGIN/LEGEND_EXAMPLE"></span>
&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">
<span class="i18n" data-i18n="SETTINGS_EXAMPLE_ADMIN_EXAMPLE_TAB_PLUGIN/LABEL_PHP_VERSION"></span>
</label>
<div class="controls" style="padding-top: 5px">
<b data-bind="text: php"></b>
</div>
</div>
</div>
</div>