Modifications pour le document Contacts
Modifié par jmy le 2011/12/21 16:13
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -12,7 +12,7 @@ 12 12 #end 13 13 #end 14 14 15 - = Create a new contact=15 + = Create a new document = 16 16 17 17 #if("$!targetDocName" != '' && $xwiki.exists($targetDocName)) 18 18 {{warning}}The target document already exists. Please choose a different name, or [[view the existing document>>$targetDocName]]{{/warning}} ... ... @@ -28,7 +28,7 @@ 28 28 <input type="hidden" name="template" value="${doc.space}.ContactsTemplate"/> 29 29 <input type="hidden" name="sheet" value="1"/> 30 30 <label for="spaceName">Space: </label><input type="text" id="spaceName" name="spaceName" value="${doc.space}" /> 31 - <label for="docName"> Contact: </label><input type="text" id="docName" name="docName" value="" class="withTip"'/>31 + <label for="docName">Document: </label><input type="text" id="docName" name="docName" value="" class="withTip"'/> 32 32 <span class="buttonwrapper"><input type="submit" value="Create this document" class="button"/></span> 33 33 </div> 34 34 </form>