Update of /cvsroot/popfile/engine/skins/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27452/skins/default
Modified Files:
history-page.thtml
Log Message:
Name history form.
Index: history-page.thtml
===================================================================
RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** history-page.thtml 9 Sep 2005 23:00:42 -0000 1.70
--- history-page.thtml 6 Jan 2006 07:50:40 -0000 1.71
***************
*** 63,67 ****
</table>
! <form action="/history" method="post" class="historyForm">
<div class="removeButtonsTop">
<input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">')" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" />
--- 63,67 ----
</table>
! <form action="/history" method="post" class="historyForm" name="historyForm">
<div class="removeButtonsTop">
<input type="submit" class="submit removeButton" name="clearchecked" onClick="return confirmClick('<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">')" value="<TMPL_VAR NAME="Localize_History_RemoveChecked">" title="<TMPL_VAR NAME="Localize_tip_History_RemoveChecked">" />
|