[Openupload-svn-update] SF.net SVN: openupload:[186] trunk/templates/default/modules/admin/options.
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-12-11 11:05:21
|
Revision: 186
http://openupload.svn.sourceforge.net/openupload/?rev=186&view=rev
Author: tsdogs
Date: 2008-12-11 11:05:18 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
button display fix
Modified Paths:
--------------
trunk/templates/default/modules/admin/options.tpl
Modified: trunk/templates/default/modules/admin/options.tpl
===================================================================
--- trunk/templates/default/modules/admin/options.tpl 2008-12-11 11:04:57 UTC (rev 185)
+++ trunk/templates/default/modules/admin/options.tpl 2008-12-11 11:05:18 UTC (rev 186)
@@ -55,6 +55,6 @@
<option value="{$t}" {if $t==$config.logging.syslog_level}selected{/if}>{$x}</option>
{/foreach}
</select></td></tr>
-<TR><TD colspan="2"><input type="submit" name="save" value="Save Changes"> <input type="submit" name="download" value="Download config file"></TD></TR>
+<TR><TD colspan="2"><input type="submit" class="submit" name="save" value="Save Changes"> <input type="submit" class="submit" name="download" value="Download config file"></TD></TR>
</table>
</form>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|