Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv27461/phpslash-ft/public_html/templates/en/basic
Modified Files:
authorNew.tpl authorProfile.tpl
Log Message:
author_options
Index: authorNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorNew.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** authorNew.tpl 23 May 2002 18:43:42 -0000 1.3
--- authorNew.tpl 31 May 2002 16:45:56 -0000 1.4
***************
*** 31,34 ****
--- 31,44 ----
<td><input type="password" name="password" value="{PASSWORD}" size="10" /></td>
</tr>
+ <!-- BEGIN each_default_option -->
+ <tr>
+ <td class="descr"><input type="hidden" name="{DOPTION_NAME}" value="{DOPTION_NAME_VAL}" size="15" />{DOPTION_NAME_VAL}</td>
+ <td class="descr"><input type="text" name="{DOPTION_VALUE}" value="{DOPTION_VALUE_VAL}" size="20" /></td>
+ <!-- END each_default_option -->
+ <!-- BEGIN each_option -->
+ <tr>
+ <td class="descr"><input type="text" name="{OPTION_NAME}" value="{OPTION_NAME_VAL}" size="15" /></td>
+ <td class="descr"><input type="text" name="{OPTION_VALUE}" value="{OPTION_VALUE_VAL}" size="20" /></td>
+ <!-- END each_option -->
<tr>
<td class="descr">Security <span class="must">*</span></td>
Index: authorProfile.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorProfile.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** authorProfile.tpl 20 May 2002 19:52:48 -0000 1.1
--- authorProfile.tpl 31 May 2002 16:45:56 -0000 1.2
***************
*** 31,34 ****
--- 31,40 ----
<td><input type="password" name="password" value="{PASSWORD}" size="10" /></td>
</tr>
+ <!-- BEGIN each_default_option -->
+ <tr>
+ <td class="descr"><input type="hidden" name="{DOPTION_NAME}" value="{DOPTION_NAME_VAL}" size="15" />{DOPTION_NAME_VAL}</td>
+ <td class="descr"><input type="text" name="{DOPTION_VALUE}" value="{DOPTION_VALUE_VAL}" size="20" /></td>
+ <!-- END each_default_option -->
+ <tr>
</table>
<input type="hidden" name="author_id" value="{AUTHOR_ID}" />
|