From: Joseph C. <tex...@us...> - 2005-08-22 08:37:52
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21036/skins/default Modified Files: magnet-navigator.thtml magnet-page.thtml users-page.thtml Log Message: Add magnets explanation/warning based on Brian's patch. Add confirm javascript dialog for User page remove button. Index: users-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/users-page.thtml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** users-page.thtml 15 Aug 2005 03:49:41 -0000 1.5 --- users-page.thtml 22 Aug 2005 08:37:44 -0000 1.6 *************** *** 51,55 **** </select> ! <input type="submit" class="submit" name="remove" value="<TMPL_VAR NAME="Localize_Remove">" /> </form> </TMPL_IF> --- 51,55 ---- </select> ! <input type="submit" class="submit" name="remove" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_Users_Remove">')" value="<TMPL_VAR NAME="Localize_Remove">" /> </form> </TMPL_IF> *************** *** 109,113 **** </td> <td align="center"> ! <input type="submit" class="submit deleteButton" name="delete" value="<TMPL_VAR NAME="Localize_Remove">" /> </td> </tr> --- 109,113 ---- </td> <td align="center"> ! <input type="submit" class="submit deleteButton" name="delete" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_Users_Remove">')" value="<TMPL_VAR NAME="Localize_Remove">" /> </td> </tr> Index: magnet-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/magnet-page.thtml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** magnet-page.thtml 21 Aug 2005 08:38:35 -0000 1.12 --- magnet-page.thtml 22 Aug 2005 08:37:44 -0000 1.13 *************** *** 5,9 **** <TMPL_INCLUDE NAME="magnet-navigator.thtml"> - <br /><br /> <form action="/magnets" method="post"> --- 5,8 ---- *************** *** 85,90 **** <input type="hidden" name="count" value="<TMPL_VAR NAME="Magnet_Count_Magnet">" /> </form> - <br /> - <br /> <TMPL_INCLUDE NAME="magnet-navigator.thtml"> --- 84,87 ---- *************** *** 99,102 **** --- 96,102 ---- </tr> </table> + + <table> + <tr><td> <div class="magnetsNewWidget"> <form action="/magnets" method="post"> *************** *** 158,164 **** </TMPL_IF> - <br /> </div> <TMPL_INCLUDE NAME="configuration-bar.thtml"> <TMPL_INCLUDE NAME="common-bottom.thtml"> --- 158,170 ---- </TMPL_IF> </div> + </td> + <td> + <div class="helpMessage"> + <TMPL_VAR NAME="Localize_Magnet_Note"> + </div> + </td></tr></table> + <TMPL_INCLUDE NAME="configuration-bar.thtml"> <TMPL_INCLUDE NAME="common-bottom.thtml"> Index: magnet-navigator.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/magnet-navigator.thtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** magnet-navigator.thtml 15 Feb 2005 04:23:54 -0000 1.4 --- magnet-navigator.thtml 22 Aug 2005 08:37:43 -0000 1.5 *************** *** 1,4 **** --- 1,6 ---- <TMPL_IF NAME="Magnet_Navigator_Enabled"> + <p> + <TMPL_VAR NAME="Localize_Magnet_Jump">: *************** *** 27,29 **** --- 29,33 ---- </TMPL_IF> + </p> + </TMPL_IF> |