From: Manni H. <man...@us...> - 2005-05-22 09:12:21
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28515/skins/default Modified Files: common-javascript.thtml history-javascript.thtml history-page.thtml Log Message: Minor cleanup on the skins: * Add newlines at end of file * remove stray </p> tags Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** history-page.thtml 19 May 2005 22:51:28 -0000 1.58 --- history-page.thtml 22 May 2005 09:12:12 -0000 1.59 *************** *** 47,51 **** <!-- end of history-navigator-widget.thtml content --> </TMPL_IF> ! <p /> (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) --- 47,51 ---- <!-- end of history-navigator-widget.thtml content --> </TMPL_IF> ! (<a class="history" href="/history"><TMPL_VAR NAME="Localize_Refresh"></a>) *************** *** 57,61 **** <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">)" /> - <p /> </td> </tr> --- 57,60 ---- Index: history-javascript.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-javascript.thtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** history-javascript.thtml 19 May 2005 22:51:28 -0000 1.4 --- history-javascript.thtml 22 May 2005 09:12:12 -0000 1.5 *************** *** 20,22 **** } --> ! </script> \ No newline at end of file --- 20,22 ---- } --> ! </script> Index: common-javascript.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/common-javascript.thtml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** common-javascript.thtml 19 May 2005 22:51:28 -0000 1.2 --- common-javascript.thtml 22 May 2005 09:12:12 -0000 1.3 *************** *** 13,15 **** } ! </script> \ No newline at end of file --- 13,15 ---- } ! </script> |