From: <al...@us...> - 2008-10-21 16:28:32
|
Revision: 743 http://sciret.svn.sourceforge.net/sciret/?rev=743&view=rev Author: alpeb Date: 2008-10-21 16:28:21 +0000 (Tue, 21 Oct 2008) Log Message: ----------- replace the 'Request the creation of a category' link with a button Modified Paths: -------------- trunk/templates/MainView.tpl Modified: trunk/templates/MainView.tpl =================================================================== --- trunk/templates/MainView.tpl 2008-10-21 16:25:27 UTC (rev 742) +++ trunk/templates/MainView.tpl 2008-10-21 16:28:21 UTC (rev 743) @@ -85,8 +85,10 @@ <!-- END totalNumArtsCat_block --> {numArts} <!-- BEGIN requestCat_block --> - <div style="margin-top:10px"> - <a href="{requestCatLink}">[l]Request the creation of a category[/l]</a> + <div style="margin-top:10px; text-align:right"> + <span class="button_green"> + <a href="{requestCatLink}">[l]Request the creation of a category[/l]</a> + </span> </div> <!-- END requestCat_block --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |