From: Joseph C. <tex...@us...> - 2005-05-24 08:23:57
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15459/skins/default Modified Files: common-middle.thtml configuration-bar.thtml history-bar.thtml Log Message: Start adding UI Tool Tips for certain UI elements that may need explanation. Config bar and Menu tabs are finished. Remove javascript confirmation dialog on Messages per page option that was there only for testing the function. Index: configuration-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/configuration-bar.thtml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** configuration-bar.thtml 23 May 2005 09:39:33 -0000 1.13 --- configuration-bar.thtml 24 May 2005 08:23:46 -0000 1.14 *************** *** 4,12 **** <TMPL_IF NAME="If_Show_Config_Bars"> ! <a name="configBar" title="<TMPL_VAR NAME="Localize_Configuration_Hide_Bar">" href="<TMPL_VAR NAME="Configuration_Action">?hide_configbar=1"><b>Config Bar</b></a> <TMPL_ELSE> ! <a title="<TMPL_VAR NAME="Localize_Configuration_Show_Bar">" href="<TMPL_VAR NAME="Configuration_Action">?show_configbar=1#configBar"><b>Config Bar</b></a> </TMPL_IF> --- 4,12 ---- <TMPL_IF NAME="If_Show_Config_Bars"> ! <a name="configBar" title="<TMPL_VAR NAME="Localize_tip_Config_HideBar">" href="<TMPL_VAR NAME="Configuration_Action">?hide_configbar=1"><b>Config Bar</b></a> <TMPL_ELSE> ! <a title="<TMPL_VAR NAME="Localize_tip_Config_ShowBar">" href="<TMPL_VAR NAME="Configuration_Action">?show_configbar=1#configBar"><b>Config Bar</b></a> </TMPL_IF> *************** *** 34,38 **** <form action="<TMPL_VAR NAME="Configuration_Action">" method="post"> <div class="configBarOption"> ! <label class="configurationLabel" for="configSkin"> <TMPL_VAR NAME="Localize_Configuration_SkinsChoose">: </label> --- 34,38 ---- <form action="<TMPL_VAR NAME="Configuration_Action">" method="post"> <div class="configBarOption"> ! <label class="configurationLabel" for="configSkin" title="<TMPL_VAR NAME="Localize_tip_Config_Skin">"> <TMPL_VAR NAME="Localize_Configuration_SkinsChoose">: </label> *************** *** 80,84 **** <div class="configBarOption"> ! <label class="configurationLabel" for="configLanguage"> <TMPL_VAR NAME="Localize_Configuration_LanguageChoose">: </label> --- 80,84 ---- <div class="configBarOption"> ! <label class="configurationLabel" for="configLanguage" title="<TMPL_VAR NAME="Localize_tip_Config_Language">"> <TMPL_VAR NAME="Localize_Configuration_LanguageChoose">: </label> Index: common-middle.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-middle.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** common-middle.thtml 19 May 2005 22:51:28 -0000 1.15 --- common-middle.thtml 24 May 2005 08:23:46 -0000 1.16 *************** *** 38,63 **** <tr> <td class="menuIndent"> </td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab0">" align="center"> <a class="menuLink" href="/history"><TMPL_VAR NAME="Localize_Header_History"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab1">" align="center"> <a class="menuLink" href="/buckets"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab2">" align="center"> <a class="menuLink" href="/magnets?start_magnet=0"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </td> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab4">" align="center"> <a class="menuLink" href="/administration"><TMPL_VAR NAME="Localize_Header_Administration"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab5">" align="center"> <a class="menuLink" href="/users"><TMPL_VAR NAME="Localize_Header_Users"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab6">" align="center"> <a class="menuLink" href="/advanced"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </td> --- 38,63 ---- <tr> <td class="menuIndent"> </td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab0">" title="<TMPL_VAR NAME="Localize_tip_Menu_History">" align="center"> <a class="menuLink" href="/history"><TMPL_VAR NAME="Localize_Header_History"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab1">" title="<TMPL_VAR NAME="Localize_tip_Menu_Buckets">" align="center"> <a class="menuLink" href="/buckets"><TMPL_VAR NAME="Localize_Header_Buckets"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab2">" title="<TMPL_VAR NAME="Localize_tip_Menu_Magnets">" align="center"> <a class="menuLink" href="/magnets?start_magnet=0"><TMPL_VAR NAME="Localize_Header_Magnets"></a> </td> <TMPL_IF NAME="Common_Middle_If_CanAdmin"> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab4">" title="<TMPL_VAR NAME="Localize_tip_Menu_Admin">" align="center"> <a class="menuLink" href="/administration"><TMPL_VAR NAME="Localize_Header_Administration"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab5">" title="<TMPL_VAR NAME="Localize_tip_Menu_Users">" align="center"> <a class="menuLink" href="/users"><TMPL_VAR NAME="Localize_Header_Users"></a> </td> <td class="menuSpacer"></td> ! <td class="<TMPL_VAR NAME="Common_Middle_Tab6">" title="<TMPL_VAR NAME="Localize_tip_Menu_Advanced">" align="center"> <a class="menuLink" href="/advanced"><TMPL_VAR NAME="Localize_Header_Advanced"></a> </td> *************** *** 66,70 **** </tr> </table> ! </TMPL_IF> <table class="shell" align="center" width="100%" summary=""> <tr class="shellTopRow"> --- 66,70 ---- </tr> </table> ! </TMPL_IF> <table class="shell" align="center" width="100%" summary=""> <tr class="shellTopRow"> Index: history-bar.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-bar.thtml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** history-bar.thtml 20 May 2005 01:56:16 -0000 1.15 --- history-bar.thtml 24 May 2005 08:23:46 -0000 1.16 *************** *** 1,13 **** <div class="configBarOption"> ! <label class="configurationLabel"> <TMPL_VAR NAME="Localize_History_Column_Characters">: </label> ! <input type="submit" class="submit" name="increase" value="<TMPL_VAR NAME="Localize_History_Increase">" /> ! <input type="submit" class="submit" name="decrease" value="<TMPL_VAR NAME="Localize_History_Decrease">" /> ! <input type="submit" class="submit" name="automatic" value="<TMPL_VAR NAME="Localize_History_Automatic">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel"> <TMPL_VAR NAME="Localize_Configuration_Fields">: </label> --- 1,13 ---- <div class="configBarOption"> ! <label class="configurationLabel" title="<TMPL_VAR NAME="Localize_tip_Config_HistoryWidth">"> <TMPL_VAR NAME="Localize_History_Column_Characters">: </label> ! <input type="submit" class="submit" name="increase" value="<TMPL_VAR NAME="Localize_History_Increase">" title="<TMPL_VAR NAME="Localize_tip_Config_ColumnIncrease">" /> ! <input type="submit" class="submit" name="decrease" value="<TMPL_VAR NAME="Localize_History_Decrease">" title="<TMPL_VAR NAME="Localize_tip_Config_ColumnDecrease">" /> ! <input type="submit" class="submit" name="automatic" value="<TMPL_VAR NAME="Localize_History_Automatic">" title="<TMPL_VAR NAME="Localize_tip_Config_ColumnAuto">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel" title="<TMPL_VAR NAME="Localize_tip_Config_HistoryColumns">"> <TMPL_VAR NAME="Localize_Configuration_Fields">: </label> *************** *** 31,42 **** <div class="configBarOption"> ! <label class="configurationLabel" for="configPageSize"> <TMPL_VAR NAME="Localize_Configuration_History">: </label> <input name="page_size" id="configPageSize" type="text" size="4" maxlength="4" value="<TMPL_VAR NAME="Configuration_Page_Size">" /> ! <input type="submit" class="submit" name="update_page_size" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel" for="configHistoryDays"> <TMPL_VAR NAME="Localize_Configuration_Days">: </label> --- 31,42 ---- <div class="configBarOption"> ! <label class="configurationLabel" for="configPageSize" title="<TMPL_VAR NAME="Localize_tip_Config_PageSize">"> <TMPL_VAR NAME="Localize_Configuration_History">: </label> <input name="page_size" id="configPageSize" type="text" size="4" maxlength="4" value="<TMPL_VAR NAME="Configuration_Page_Size">" /> ! <input type="submit" class="submit" name="update_page_size" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> <div class="configBarOption"> ! <label class="configurationLabel" for="configHistoryDays" title="<TMPL_VAR NAME="Localize_tip_Config_Days">"> <TMPL_VAR NAME="Localize_Configuration_Days">: </label> *************** *** 45,49 **** <span class="checkLabel"><input type="checkbox" class="checkbox" name="purge_history" id="purge_history" value="<TMPL_VAR NAME="Localize_History_Purge">" /> ! <label for="purge_history"><TMPL_VAR NAME="Localize_History_Purge"></label></span> <input type="submit" class="submit" name="update_history_days" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> --- 45,49 ---- <span class="checkLabel"><input type="checkbox" class="checkbox" name="purge_history" id="purge_history" value="<TMPL_VAR NAME="Localize_History_Purge">" /> ! <label for="purge_history" title="<TMPL_VAR NAME="Localize_tip_Config_Purge">"><TMPL_VAR NAME="Localize_History_Purge"></label></span> <input type="submit" class="submit" name="update_history_days" value="<TMPL_VAR NAME="Localize_Apply">" /> </div> |