From: <be...@us...> - 2012-01-29 11:32:55
|
Revision: 8825 http://xoops.svn.sourceforge.net/xoops/?rev=8825&view=rev Author: beckmi Date: 2012-01-29 11:32:49 +0000 (Sun, 29 Jan 2012) Log Message: ----------- Streamlining User Admin GUI Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/templates/admin_useradmin.html Modified: XoopsModules/smallworld/trunk/smallworld/templates/admin_useradmin.html =================================================================== --- XoopsModules/smallworld/trunk/smallworld/templates/admin_useradmin.html 2012-01-28 20:47:26 UTC (rev 8824) +++ XoopsModules/smallworld/trunk/smallworld/templates/admin_useradmin.html 2012-01-29 11:32:49 UTC (rev 8825) @@ -1,8 +1,4 @@ -<div class="smallworldadmin_tab_container"> - <div class="smallworldadmin_tab_content"> - <fieldset> - <legend class="smallworldadmin_legend"><{$lang_useradmin}></legend> - <p class="smallworldadmin"><{$smarty.const._AM_SMALLWORLD_USERADMIN_TITLE}></p> + <div id = "smallworld_admin_allusers"> <{if $allusersinspectcounter > 0}> <legend class="smallworldadmin_legend"><{$smarty.const._AM_SMALLWORLD_USERADMININSPECT_TITLE}></legend> @@ -114,8 +110,4 @@ <{/foreach}> </table> <{/if}> - </div> - </fieldset> - </div> - <span style="margin: 27%; height: 50px; position: relative;"><{$smarty.const._AM_SMALLWORLD_SP}></span> -</div> \ No newline at end of file + </div> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |