We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa5bb3 commit c06bdbaCopy full SHA for c06bdba
web/templates/admin/edit_web.html
@@ -130,7 +130,7 @@
130
</td>
131
</tr>
132
<tr class="stats-auth" style="<? if ($v_stats == 'none') { ?>display:none<? } ?>">
133
- <td class="vst-text input-label step-left">
+ <td class="vst-text input-label">
134
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_stats_auth" <?php if (!empty($v_stats_user)) echo "checked=yes" ?> onclick="javascript:elementHideShow('statstable');"><?php print _('Statistics Authorization');?></label>
135
136
0 commit comments