Update of /cvsroot/phpwiki/phpwiki/locale/nl/templates
In directory usw-pr-cvs1:/tmp/cvs-serv12954/locale/nl/templates
Modified Files:
editpage.html
Log Message:
Added "minor edit, don't archive" checkbox to the templates for
the non-english locales.
(My wife speaks spanish, so that one is probably okay. The German
translation might be okay. The others (Dutch and Swedish) I left
in English.)
Index: editpage.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/nl/templates/editpage.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** editpage.html 2000/11/13 11:22:10 1.5
--- editpage.html 2001/02/08 03:02:08 1.6
***************
*** 15,19 ****
<textarea name="content" ROWS="22" COLS="80" wrap="virtual">###CONTENT###</textarea>
<br>
!
<input type="checkbox" name="convert" value="tabs" >
Ik kan geen tabs tiepen.
--- 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" >
Ik kan geen tabs tiepen.
|