From: Joseph C. <tex...@us...> - 2005-09-06 08:53:10
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1172/skins/default Modified Files: common-javascript.thtml configuration-bar.thtml history-javascript.thtml history-page.thtml Log Message: Some validation improvements. Index: configuration-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/configuration-bar.thtml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** configuration-bar.thtml 25 Aug 2005 08:39:20 -0000 1.19 --- configuration-bar.thtml 6 Sep 2005 08:53:02 -0000 1.20 *************** *** 98,102 **** <span class="configurationLabel"><TMPL_VAR NAME="Localize_Configuration_ConfirmPassword">:</span> <input type="password" name="confirm_password" size="10"> ! <input type="submit" class="submit" name="change_password" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> --- 98,102 ---- <span class="configurationLabel"><TMPL_VAR NAME="Localize_Configuration_ConfirmPassword">:</span> <input type="password" name="confirm_password" size="10"> ! <input type="submit" class="submit" name="change_password" id="configPassword" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** history-page.thtml 21 Aug 2005 22:17:51 -0000 1.68 --- history-page.thtml 6 Sep 2005 08:53:02 -0000 1.69 *************** *** 6,10 **** <div class="helpMessage"> <TMPL_VAR NAME="Localize_Help_Bucket_Setup"> ! <p /> <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_bucket_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> --- 6,10 ---- <div class="helpMessage"> <TMPL_VAR NAME="Localize_Help_Bucket_Setup"> ! <br /><br /> <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_bucket_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> *************** *** 18,22 **** <div class="helpMessage"> <TMPL_VAR NAME="Localize_Help_Training"> ! <p /> <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_training_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> --- 18,22 ---- <div class="helpMessage"> <TMPL_VAR NAME="Localize_Help_Training"> ! <br /><br /> <form method="post" action="/buckets"> <input type="submit" class="submit" name="nomore_training_help" value="<TMPL_VAR NAME="Localize_Help_No_More">" /> Index: history-javascript.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-javascript.thtml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** history-javascript.thtml 21 Aug 2005 22:17:51 -0000 1.9 --- history-javascript.thtml 6 Sep 2005 08:53:02 -0000 1.10 *************** *** 15,18 **** return 0; } ! --> </script> --- 15,18 ---- return 0; } ! // --> </script> Index: common-javascript.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-javascript.thtml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** common-javascript.thtml 21 Aug 2005 08:37:30 -0000 1.5 --- common-javascript.thtml 6 Sep 2005 08:53:02 -0000 1.6 *************** *** 1,4 **** <script type="text/javascript"> ! <TMPL_IF NAME="If_Javascript_OK"> warnings = 1; // confirmation dialogs enabled --- 1,4 ---- <script type="text/javascript"> ! <!-- <TMPL_IF NAME="If_Javascript_OK"> warnings = 1; // confirmation dialogs enabled *************** *** 16,19 **** return 0; } ! </script> --- 16,19 ---- return 0; } ! // --> </script> |