registrationform.thtml

--- glfusion/releases/release-1.1.8/public_html/layout/nouveau/users/registrationform.thtml	2009/12/11 00:14:19	5221
+++ glfusion/releases/release-1.1.8/public_html/layout/nouveau/users/registrationform.thtml	2010/01/25 22:47:33	5300
@@ -14,6 +14,18 @@
     <label for="username">{lang_username}:</label>
     <input class="fValidate['required']" type="text" size="16" maxlength="32" id="username" name="username" value="{username}"{xhtml}>
   </div>
+
+  {!if show_fullname}
+  <div>
+    <label for="fullname">{lang_fullname}:</label>
+    <input 
+      {!if require_fullname}
+      class="fValidate['required']" 
+      {!endif}
+      type="text" size="32" maxlength="80" id="fullname" name="fullname" value="{fullname}"{xhtml}>
+  </div>
+  {!endif}
+
   <div>
     <label for="email">{lang_email}:</label>
     <input class="fValidate['required','email']" type="text" size="32" maxlength="96" id="email" name="email" value="{email}"{xhtml}>
glfusion/template_changes/v118/registrationform.thtml.txt · Last modified: 2010/02/02 02:12 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3