Explorar el Código

Remove space from statistics auth

Kristan Kenney hace 5 años
padre
commit
c06bdbae71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/templates/admin/edit_web.html

+ 1 - 1
web/templates/admin/edit_web.html

@@ -130,7 +130,7 @@
                                 </td>
                             </tr>
                             <tr  class="stats-auth" style="<? if ($v_stats == 'none') { ?>display:none<? } ?>">
-                                <td class="vst-text input-label step-left">
+                                <td class="vst-text input-label">
                                     <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>
                                 </td>
                             </tr>