From: Joseph C. <tex...@us...> - 2005-05-25 14:24:05
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19876/skins/default Modified Files: history-page.thtml history-search-filter-widget.thtml Log Message: Add some more Tooltips. Rename some existing strings used in title attribute to match. Remove tabs from language file. Index: history-search-filter-widget.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-search-filter-widget.thtml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** history-search-filter-widget.thtml 23 May 2005 09:39:33 -0000 1.11 --- history-search-filter-widget.thtml 25 May 2005 14:23:49 -0000 1.12 *************** *** 1,5 **** <form action="/history" method="post"> <div class="search"> ! <label class="historyLabel" for="historySearch"> <TMPL_VAR NAME="Localize_History_SearchMessage"> </label> --- 1,5 ---- <form action="/history" method="post"> <div class="search"> ! <label class="historyLabel" for="historySearch" title="<TMPL_VAR NAME="Localize_tip_History_Search">"> <TMPL_VAR NAME="Localize_History_SearchMessage"> </label> *************** *** 12,16 **** <div class="filter"> ! <label class="historyLabel" for="historyFilter"> <TMPL_VAR NAME="Localize_History_FilterBy"> </label> --- 12,16 ---- <div class="filter"> ! <label class="historyLabel" for="historyFilter" title="<TMPL_VAR NAME="Localize_tip_History_Filter">"> <TMPL_VAR NAME="Localize_History_FilterBy"> </label> *************** *** 35,40 **** </option> </select> ! <input type="submit" class="submit" name="setfilter" value="<TMPL_VAR NAME="Localize_Find">" /> ! <input type="submit" class="submit" name="reset_filter_search" value="<TMPL_VAR NAME="Localize_History_ResetSearch">" /> </div> --- 35,40 ---- </option> </select> ! <input type="submit" class="submit" name="setfilter" value="<TMPL_VAR NAME="Localize_Find">" title="<TMPL_VAR NAME="Localize_tip_History_SearchSubmit">" /> ! <input type="submit" class="submit" name="reset_filter_search" value="<TMPL_VAR NAME="Localize_History_ResetSearch">" title="<TMPL_VAR NAME="Localize_tip_History_SearchReset">" /> </div> *************** *** 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"> <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 for="negate" title="<TMPL_VAR NAME="Localize_tip_History_SearchNegate">"> <TMPL_VAR NAME="Localize_History_Negate_Search"> </label> Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** history-page.thtml 23 May 2005 09:39:33 -0000 1.63 --- history-page.thtml 25 May 2005 14:23:49 -0000 1.64 *************** *** 41,45 **** <tr> <td align="left"> ! <h2 class="history"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> </td> <td class="historyNavigatorTop" rowspan="2"> --- 41,45 ---- <tr> <td align="left"> ! <h2 class="history" title="<TMPL_VAR NAME="Localize_tip_History_RecentNum">"><TMPL_VAR NAME="Localize_History_Title"> (<TMPL_VAR NAME="History_Count">)</h2> </td> <td class="historyNavigatorTop" rowspan="2"> *************** *** 68,74 **** <form action="/history" method="post"> <div class="removeButtonsTop"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </div> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> --- 68,74 ---- <form action="/history" method="post"> <div class="removeButtonsTop"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> <table class="historyTable" width="100%" summary="<TMPL_VAR NAME="Localize_History_MainTableSummary">"> *************** *** 82,89 **** <tr> <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> </td> <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_History_Click_To_Sort">"> <TMPL_IF NAME="History_If_Sorted"> --- 82,89 ---- <tr> <td class="columnControls"> ! <a class="columnRemove" href="/history?removecolumn=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_tip_History_RemoveColumn">" src="skins/x.gif" border="0" alt="x"></a> </td> <th class="historyLabel"> ! <a href="/history?<TMPL_VAR NAME="History_Fields">&setsort=<TMPL_VAR NAME="History_Sort"><TMPL_VAR NAME="History_Header">" title="<TMPL_VAR NAME="Localize_tip_History_Sort">"> <TMPL_IF NAME="History_If_Sorted"> *************** *** 114,123 **** <TMPL_IF NAME="History_If_MoveLeft"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> </td> </TMPL_IF> <TMPL_IF NAME="History_If_MoveRight"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> </td> </TMPL_IF> --- 114,123 ---- <TMPL_IF NAME="History_If_MoveLeft"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveleft=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_tip_History_MoveLeft">" src="skins/leftarrow.gif" border="0" alt="<"></a> </td> </TMPL_IF> <TMPL_IF NAME="History_If_MoveRight"> <td class="columnControls"> ! <a class="columnMove" href="/history?moveright=<TMPL_VAR NAME="History_Header">"><img title="<TMPL_VAR NAME="Localize_tip_History_MoveRight">" src="skins/rightarrow.gif" border="0" alt=">"></a> </td> </TMPL_IF> *************** *** 130,134 **** <th scope="col" class="historyLabel"> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </th> </tr> --- 130,134 ---- <th scope="col" class="historyLabel"> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" title="<TMPL_VAR NAME="Localize_tip_History_Reclassify">" /> </th> </tr> *************** *** 243,253 **** <td colspan="<TMPL_VAR NAME="History_Colspan">"> <div class="removeButtonsBottom"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" /> </div> </td> <td> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" /> </td> </tr> --- 243,253 ---- <td colspan="<TMPL_VAR NAME="History_Colspan">"> <div class="removeButtonsBottom"> ! <input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" /> ! <input type="submit" class="submit removeButton" name="clearpage" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemovePage">" title="<TMPL_VAR NAME="Localize_tip_History_RemovePage">" /> ! <input type="submit" class="submit removeButton" name="clearall" onClick="return confirmClick(this)" value="<TMPL_VAR NAME="Localize_History_RemoveAll"> (<TMPL_VAR NAME="History_Count">)" title="<TMPL_VAR NAME="Localize_tip_History_RemoveAll">" /> </div> </td> <td> ! <input type="submit" class="submit reclassifyButton" name="change" value="<TMPL_VAR NAME="Localize_Reclassify">" title="<TMPL_VAR NAME="Localize_tip_History_Reclassify">" /> </td> </tr> |