From: Manni H. <man...@us...> - 2005-03-16 21:58:14
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3417/skins/default Modified Files: windows-configuration.thtml Log Message: Let the MSWin32 module use the status message facility. Remove font tag from language file. Use labels for the descriptions. Index: windows-configuration.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/windows-configuration.thtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** windows-configuration.thtml 15 Feb 2005 04:23:55 -0000 1.4 --- windows-configuration.thtml 16 Mar 2005 21:57:57 -0000 1.5 *************** *** 1,5 **** ! <span class="configurationLabel"> <TMPL_VAR NAME="Localize_Windows_Console"> ! </span> <br /> <table border="0" cellpadding="0" cellspacing="0" summary=""> --- 1,5 ---- ! <label for="windows_console" class="configurationLabel"> <TMPL_VAR NAME="Localize_Windows_Console"> ! </label> <br /> <table border="0" cellpadding="0" cellspacing="0" summary=""> *************** *** 12,16 **** <TMPL_VAR NAME="Localize_Yes"> </span> ! <input type="submit" class="submit toggleOff" id="windowConsoleOff" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToNo">" /> <input type="hidden" name="windows_console" value="0" /> --- 12,16 ---- <TMPL_VAR NAME="Localize_Yes"> </span> ! <input id="windows_console" type="submit" class="submit toggleOff" id="windowConsoleOff" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToNo">" /> <input type="hidden" name="windows_console" value="0" /> *************** *** 20,34 **** <TMPL_VAR NAME="Localize_No"> </span> ! <input type="submit" class="submit toggleOn" id="windowConsoleOn" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToYes">" /> <input type="hidden" name="windows_console" value="1" /> </TMPL_IF> - <TMPL_IF NAME="console_feedback"> - - <TMPL_VAR NAME="Localize_Windows_NextTime"> - - </TMPL_IF> - </form> </td> --- 20,28 ---- <TMPL_VAR NAME="Localize_No"> </span> ! <input id="windows_console" type="submit" class="submit toggleOn" id="windowConsoleOn" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToYes">" /> <input type="hidden" name="windows_console" value="1" /> </TMPL_IF> </form> </td> *************** *** 36,42 **** </table> <br /> ! <span class="configurationLabel"> <TMPL_VAR NAME="Localize_Windows_TrayIcon"> ! </span> <table border="0" cellpadding="0" cellspacing="0" summary=""> --- 30,36 ---- </table> <br /> ! <label for="windows_trayicon" class="configurationLabel"> <TMPL_VAR NAME="Localize_Windows_TrayIcon"> ! </label> <table border="0" cellpadding="0" cellspacing="0" summary=""> *************** *** 50,54 **** <TMPL_VAR NAME="Localize_Yes"> </span> ! <input type="submit" class="submit toggleOff" id="windowTrayIconOff" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToNo">" /> <input type="hidden" name="windows_trayicon" value="0" /> --- 44,48 ---- <TMPL_VAR NAME="Localize_Yes"> </span> ! <input id="windows_trayicon" type="submit" class="submit toggleOff" id="windowTrayIconOff" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToNo">" /> <input type="hidden" name="windows_trayicon" value="0" /> *************** *** 58,72 **** <TMPL_VAR NAME="Localize_No"> </span> ! <input type="submit" class="submit toggleOn" id="windowTrayIconOn" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToYes">" /> <input type="hidden" name="windows_trayicon" value="1" /> </TMPL_IF> - <TMPL_IF NAME="trayicon_feedback"> - - <TMPL_VAR NAME="Localize_Windows_NextTime"> - - </TMPL_IF> - </form> </td> --- 52,60 ---- <TMPL_VAR NAME="Localize_No"> </span> ! <input id="windows_trayicon" type="submit" class="submit toggleOn" id="windowTrayIconOn" name="toggle" value="<TMPL_VAR NAME="Localize_ChangeToYes">" /> <input type="hidden" name="windows_trayicon" value="1" /> </TMPL_IF> </form> </td> |