From: Geoffrey T. D. <da...@us...> - 2001-02-07 22:14:16
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv12644/templates Modified Files: editpage.html Log Message: Added "Minor edit, do not archive" checkbox on the edit form. (Sourceforge task #25913) Index: editpage.html =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** editpage.html 2000/11/08 15:50:57 1.6 --- editpage.html 2001/02/07 22:14:35 1.7 *************** *** 15,19 **** <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> <br> ! <input type="checkbox" name="convert" value="tabs" > I can't type tabs. --- 15,23 ---- <textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea> <br> ! <input type="checkbox" name="minor_edit" value="yes" ! ###IF MINOR_EDIT### checked ! > ! This is a minor change, don't archive old version. ! <br> <input type="checkbox" name="convert" value="tabs" > I can't type tabs. |