From: Sam S. <ssc...@us...> - 2005-02-20 10:06:38
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24865/skins/default Modified Files: pop3-chain-panel.thtml pop3-configuration-panel.thtml administration-page.thtml socks-widget.thtml Log Message: Begin refactoring HTML UI "status" and "error" messages to use the new status_message__ and error_message__ functions. Progress: Admin page complete. POP3 widget(s) complete. validate_item now returns ($status, $error), both strings, indicating a status or error string to print to the UI. Index: pop3-configuration-panel.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/pop3-configuration-panel.thtml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pop3-configuration-panel.thtml 15 Feb 2005 04:23:54 -0000 1.8 --- pop3-configuration-panel.thtml 20 Feb 2005 10:05:57 -0000 1.9 *************** *** 8,29 **** </form> - <TMPL_IF NAME="POP3_Configuration_If_Port_Error"> - - <blockquote> - <div class="error01"> - <TMPL_VAR NAME="Localize_Configuration_Error3"> - </div> - </blockquote> - - </TMPL_IF> - - <TMPL_IF NAME="POP3_Configuration_If_Port_Updated"> - - <blockquote> - <TMPL_VAR NAME="POP3_Configuration_Port_Updated"> - </blockquote> - - </TMPL_IF> - <form action="<TMPL_VAR NAME="Configuration_Action">" method="post"> <label class="configurationLabel" for="configSeparator"> --- 8,11 ---- *************** *** 35,56 **** </form> - <TMPL_IF NAME="POP3_Configuration_If_Sep_Error"> - - <blockquote> - <div class="error01"> - <TMPL_VAR NAME="Localize_Configuration_Error1"> - </div> - </blockquote> - - </TMPL_IF> - - <TMPL_IF NAME="POP3_Configuration_If_Sep_Updated"> - - <blockquote> - <TMPL_VAR NAME="POP3_Configuration_Sep_Updated"> - </blockquote> - - </TMPL_IF> - <span class="configurationLabel"> <TMPL_VAR NAME="Localize_Configuration_POPFork">: --- 17,20 ---- Index: administration-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/administration-page.thtml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** administration-page.thtml 15 Feb 2005 04:23:54 -0000 1.5 --- administration-page.thtml 20 Feb 2005 10:05:57 -0000 1.6 *************** *** 163,178 **** </form> - - <TMPL_IF NAME="Configuration_If_UI_Port_Error"> - - <blockquote> - <div class="error01"> - <TMPL_VAR NAME="Localize_Configuration_Error2"> - </div> - </blockquote> - - </TMPL_IF> - - <TMPL_VAR NAME="Configuration_UI_Port_Updated"> <TMPL_VAR NAME="Configuration_Dynamic"> </td> --- 163,166 ---- Index: pop3-chain-panel.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/pop3-chain-panel.thtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pop3-chain-panel.thtml 15 Feb 2005 04:23:54 -0000 1.6 --- pop3-chain-panel.thtml 20 Feb 2005 10:05:57 -0000 1.7 *************** *** 8,19 **** </form> - <TMPL_IF NAME="POP3_Chain_If_Server_Updated"> - - <blockquote> - <TMPL_VAR NAME="POP3_Chain_Server_Updated"> - </blockquote> - - </TMPL_IF> - <form action="<TMPL_VAR NAME="Configuration_Action">" method="post"> <label class="securityLabel" for="securitySecurePort"> --- 8,11 ---- *************** *** 23,43 **** <input type="text" name="sport" id="securitySecurePort" value="<TMPL_VAR NAME="POP3_Chain_Secure_Port">" /> <input type="submit" class="submit" name="update_sport" value="<TMPL_VAR NAME="Localize_Apply">" /> ! </form> ! ! <TMPL_IF NAME="POP3_Chain_If_Port_Error"> ! ! <blockquote> ! <div class="error01"> ! <TMPL_VAR NAME="Localize_Security_Error1"> ! </div> ! </blockquote> ! ! </TMPL_IF> ! ! <TMPL_IF NAME="POP3_Chain_If_Port_Updated"> ! ! <blockquote> ! <TMPL_VAR NAME="POP3_Chain_Port_Updated"> ! </blockquote> ! ! </TMPL_IF> --- 15,17 ---- <input type="text" name="sport" id="securitySecurePort" value="<TMPL_VAR NAME="POP3_Chain_Secure_Port">" /> <input type="submit" class="submit" name="update_sport" value="<TMPL_VAR NAME="Localize_Apply">" /> ! </form> \ No newline at end of file Index: socks-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/socks-widget.thtml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** socks-widget.thtml 15 Feb 2005 04:23:55 -0000 1.6 --- socks-widget.thtml 20 Feb 2005 10:05:57 -0000 1.7 *************** *** 8,19 **** </form> - <TMPL_IF NAME="Socks_Widget_If_Server_Updated"> - - <blockquote> - <TMPL_VAR NAME="Socks_Widget_Server_Updated"> - </blockquote> - - </TMPL_IF> - <form action="<TMPL_VAR NAME="Configuration_Action">" method="post"> <label class="configurationLabel" for="configSOCKSPort"> --- 8,11 ---- *************** *** 24,43 **** <input type="submit" class="submit" name="update_<TMPL_VAR NAME="Socks_Widget_Name">_socks_port" value="<TMPL_VAR NAME="Localize_Apply">" /> </form> - - <TMPL_IF NAME="Socks_Widget_If_Port_Error"> - - <blockquote> - <div class="error01"> - <TMPL_VAR NAME="Localize_Configuration_Error8"> - </div> - </blockquote> - - </TMPL_IF> - - <TMPL_IF NAME="Socks_Widget_If_Port_Updated"> - - <blockquote> - <TMPL_VAR NAME="Socks_Widget_Port_Updated"> - </blockquote> - - </TMPL_IF> --- 16,17 ---- |