From: Manni H. <man...@us...> - 2005-09-28 19:10:01
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28860/skins/default Modified Files: view-quickmagnets-widget.thtml Log Message: Place Brian's magnet-warning along the quick magnets widget. Index: view-quickmagnets-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/view-quickmagnets-widget.thtml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** view-quickmagnets-widget.thtml 15 Aug 2005 03:49:41 -0000 1.5 --- view-quickmagnets-widget.thtml 28 Sep 2005 19:09:52 -0000 1.6 *************** *** 8,61 **** <TMPL_VAR NAME="Localize_QuickMagnets"> </h4> - <table class="top20Words"> - <tr> - <th scope="col"> - <TMPL_VAR NAME="Localize_Magnet"> - </th> - <th> - <TMPL_VAR NAME="Localize_Magnet_Always"> - </th> - </tr> - - <TMPL_LOOP NAME="View_QuickMagnets_Loop"> <tr> - <td scope="col"> - <TMPL_VAR NAME="View_QuickMagnets_Type">: - <select name="text<TMPL_VAR NAME="View_QuickMagnets_I">"> - - <TMPL_LOOP NAME="View_QuickMagnets_Loop_Magnets"> - - <option value="<TMPL_VAR NAME="View_QuickMagnets_Magnet">"> - <TMPL_VAR NAME="View_QuickMagnets_Magnet"> - </option> - - </TMPL_LOOP> - - </select> - </td> <td> ! <input type="hidden" name="type<TMPL_VAR NAME="View_QuickMagnets_I">" class="magnetsAddType" value="<TMPL_VAR NAME="View_QuickMagnets_Type">" /> ! <select name="bucket<TMPL_VAR NAME="View_QuickMagnets_I">" class="magnetsAddBucket"> ! <option value=""></option> ! ! <TMPL_LOOP NAME="View_QuickMagnets_Loop_Buckets"> ! ! <option value="<TMPL_VAR NAME="View_QuickMagnets_Bucket">" style="color: <TMPL_VAR NAME="View_QuickMagnets_Bucket_Color">"> ! <TMPL_VAR NAME="View_QuickMagnets_Bucket"> ! </option> ! </TMPL_LOOP> - </select> - </td> - </tr> - - </TMPL_LOOP> ! <tr> ! <td> </td> <td> ! <input type="submit" class="submit" name="create" value="<TMPL_VAR NAME="Localize_Create">" /> </td> </tr> --- 8,75 ---- <TMPL_VAR NAME="Localize_QuickMagnets"> </h4> + <table> <tr> <td> ! <table class="top20Words"> ! <tr> ! <th scope="col"> ! <TMPL_VAR NAME="Localize_Magnet"> ! </th> ! <th> ! <TMPL_VAR NAME="Localize_Magnet_Always"> ! </th> ! </tr> ! ! <TMPL_LOOP NAME="View_QuickMagnets_Loop"> ! ! <tr> ! <td scope="col"> ! <TMPL_VAR NAME="View_QuickMagnets_Type">: ! <select name="text<TMPL_VAR NAME="View_QuickMagnets_I">"> ! ! <TMPL_LOOP NAME="View_QuickMagnets_Loop_Magnets"> ! ! <option value="<TMPL_VAR NAME="View_QuickMagnets_Magnet">"> ! <TMPL_VAR NAME="View_QuickMagnets_Magnet"> ! </option> ! ! </TMPL_LOOP> ! ! </select> ! </td> ! <td> ! <input type="hidden" name="type<TMPL_VAR NAME="View_QuickMagnets_I">" class="magnetsAddType" value="<TMPL_VAR NAME="View_QuickMagnets_Type">" /> ! <select name="bucket<TMPL_VAR NAME="View_QuickMagnets_I">" class="magnetsAddBucket"> ! <option value=""></option> ! ! <TMPL_LOOP NAME="View_QuickMagnets_Loop_Buckets"> ! ! <option value="<TMPL_VAR NAME="View_QuickMagnets_Bucket">" style="color: <TMPL_VAR NAME="View_QuickMagnets_Bucket_Color">"> ! <TMPL_VAR NAME="View_QuickMagnets_Bucket"> ! </option> ! ! </TMPL_LOOP> ! </select> ! </td> ! </tr> ! </TMPL_LOOP> ! <tr> ! <td> ! </td> ! <td> ! <input type="submit" class="submit" name="create" value="<TMPL_VAR NAME="Localize_Create">" /> ! </td> ! </tr> ! ! </td> ! </table> </td> <td> ! <div class="helpMessage"> ! <TMPL_VAR NAME="Localize_Magnet_Note"> ! </div> </td> </tr> |