From: Joseph C. <tex...@us...> - 2006-02-19 10:41:44
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22795/skins/default Modified Files: magnet-page.thtml Log Message: Hide Current Magnets display area when there aren't any magnets. Index: magnet-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/magnet-page.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** magnet-page.thtml 9 Sep 2005 23:00:42 -0000 1.15 --- magnet-page.thtml 19 Feb 2006 10:41:33 -0000 1.16 *************** *** 2,5 **** --- 2,7 ---- <TMPL_INCLUDE NAME="common-middle.thtml"> + <TMPL_IF NAME="Magnet_Loop_Magnets"> + <h2 class="magnets"><TMPL_VAR NAME="Localize_Magnet_CurrentMagnets"></h2> *************** *** 84,91 **** <input type="hidden" name="count" value="<TMPL_VAR NAME="Magnet_Count_Magnet">" /> </form> - <TMPL_INCLUDE NAME="magnet-navigator.thtml"> - <hr /> <h2 class="magnets"><TMPL_VAR NAME="Localize_Magnet_CreateNew"></h2> <table cellspacing="0" summary=""> --- 86,93 ---- <input type="hidden" name="count" value="<TMPL_VAR NAME="Magnet_Count_Magnet">" /> </form> <TMPL_INCLUDE NAME="magnet-navigator.thtml"> <hr /> + </TMPL_IF> + <h2 class="magnets"><TMPL_VAR NAME="Localize_Magnet_CreateNew"></h2> <table cellspacing="0" summary=""> |