Navigation Menu

Skip to content

Commit

Permalink
Dev: remove uneeded for30 class in global settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Feb 9, 2015
1 parent b833028 commit 91f4db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/globalSettings_view.php
Expand Up @@ -15,7 +15,7 @@
<li><a href='#language'><?php eT("Language"); ?></a></li>
<li><a href='#interfaces'><?php eT("Interfaces"); ?></a></li>
</ul>
<?php echo CHtml::form(array("admin/globalsettings"), 'post', array('class'=>'form30','id'=>'frmglobalsettings','name'=>'frmglobalsettings','autocomplete'=>'off'));?>
<?php echo CHtml::form(array("admin/globalsettings"), 'post', array('id'=>'frmglobalsettings','name'=>'frmglobalsettings','autocomplete'=>'off'));?>
<div id='overview'>
<?php
// Overview in 2 part : summary and update
Expand Down

0 comments on commit 91f4db7

Please sign in to comment.