From: Joseph C. <tex...@us...> - 2005-08-25 08:39:28
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14616/skins/default Modified Files: configuration-bar.thtml history-search-filter-widget.thtml Log Message: Some minor label changes. Index: configuration-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/configuration-bar.thtml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** configuration-bar.thtml 24 Aug 2005 09:17:02 -0000 1.18 --- configuration-bar.thtml 25 Aug 2005 08:39:20 -0000 1.19 *************** *** 94,101 **** <TMPL_VAR NAME="Localize_Configuration_ChangePassword">: </label> ! ! <TMPL_VAR NAME="Localize_Configuration_OldPassword">: <input type="password" name="old_password" size="10"> ! <TMPL_VAR NAME="Localize_Configuration_NewPassword">: <input type="password" name="new_password" size="10"> ! <TMPL_VAR NAME="Localize_Configuration_ConfirmPassword">: <input type="password" name="confirm_password" size="10"> <input type="submit" class="submit" name="change_password" value="<TMPL_VAR NAME="Localize_Apply">" /> --- 94,100 ---- <TMPL_VAR NAME="Localize_Configuration_ChangePassword">: </label> ! <span class="configurationLabel"><TMPL_VAR NAME="Localize_Configuration_OldPassword">:</span> <input type="password" name="old_password" size="10"> ! <span class="configurationLabel"><TMPL_VAR NAME="Localize_Configuration_NewPassword">:</span> <input type="password" name="new_password" size="10"> ! <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">" /> Index: history-search-filter-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-search-filter-widget.thtml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** history-search-filter-widget.thtml 21 Aug 2005 22:17:51 -0000 1.13 --- history-search-filter-widget.thtml 25 Aug 2005 08:39:20 -0000 1.14 *************** *** 42,46 **** <input type="hidden" name="negate" value="" /> <input type="checkbox" name="negate" id="negate" class="checkbox" <TMPL_VAR NAME="History_Field_Not"> /> ! <label for="negate" title="<TMPL_VAR NAME="Localize_tip_History_SearchNegate">"> <TMPL_VAR NAME="Localize_History_Negate_Search"> </label> --- 42,46 ---- <input type="hidden" name="negate" value="" /> <input type="checkbox" name="negate" id="negate" class="checkbox" <TMPL_VAR NAME="History_Field_Not"> /> ! <label class="historyLabel" for="negate" title="<TMPL_VAR NAME="Localize_tip_History_SearchNegate">"> <TMPL_VAR NAME="Localize_History_Negate_Search"> </label> |