[Customisation Database Commits] r359 - /trunk/titania/styles/default/template/contributions/contribution_manage.html

Nathan Guse exreaction at phpbb.com
Sun Sep 20 03:35:45 BST 2009


Author: exreaction
Date: Sun Sep 20 03:35:45 2009
New Revision: 359

Log:
Reorganize the manage page

Modified:
    trunk/titania/styles/default/template/contributions/contribution_manage.html

Modified: trunk/titania/styles/default/template/contributions/contribution_manage.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/contribution_manage.html (original)
--- trunk/titania/styles/default/template/contributions/contribution_manage.html Sun Sep 20 03:35:45 2009
***************
*** 6,12 ****
--- 6,21 ----
  
  <form id="{POSTING_FORM_NAME}" method="post" action="{S_POST_ACTION}"{S_FORM_ENCTYPE}>
  	<fieldset>
+ 		<dl>
+ 			<dt><label for="name">{L_CONTRIB_NAME}:</label></dt>
+ 			<dd><input type="text" name="{POSTING_SUBJECT_NAME}" id="{POSTING_SUBJECT_NAME}" size="45" maxlength="60" value="{CONTRIB_NAME}" class="inputbox autowidth" /></dd>
+ 		</dl>
+ 		<!-- IF S_CREATE -->
  		<dl style="clear: left;">
+ 			<dt><label for="permalink">{L_CONTRIB_PERMALINK}:</label></dt>
+ 			<dd><input type="text" name="permalink" id="permalink" size="45" maxlength="60" value="{CONTRIB_PERMALINK}" class="inputbox autowidth" /></dd>
+ 		</dl>
+ 		<dl>
  			<dt><label for="contrib_type">{L_CONTRIB_TYPE}:</label></dt>
  			<dd>
  				<select name="contrib_type" id="contrib_type">
***************
*** 16,22 ****
  				</select>
  			</dd>
  		</dl>
! 		<dl style="clear: left;">
  			<dt><label for="contrib_category">{L_CONTRIB_CATEGORY}:</label><br /><span>{L_MULTI_SELECT_EXPLAIN}</span></dt>
  			<dd>
  				<select name="contrib_category[]" id="contrib_category" multiple="multiple" size="5">
--- 25,40 ----
  				</select>
  			</dd>
  		</dl>
! 		<!-- ENDIF -->
! 		<dl>
! 			<dt><label for="{POSTING_TEXT_NAME}">{L_CONTRIB_DESCRIPTION}:</label></dt>
! 			<dd></dd>
! 		</dl>
! 	</fieldset>
! 	<!-- INCLUDE posting/posting_basic_editor.html -->
! 	<h3></h3>
! 	<fieldset>
! 		<dl>
  			<dt><label for="contrib_category">{L_CONTRIB_CATEGORY}:</label><br /><span>{L_MULTI_SELECT_EXPLAIN}</span></dt>
  			<dd>
  				<select name="contrib_category[]" id="contrib_category" multiple="multiple" size="5">
***************
*** 28,49 ****
  				</select>
  			</dd>
  		</dl>
! 		<dl style="clear: left;">
! 			<dt><label for="name">{L_CONTRIB_NAME}:</label></dt>
! 			<dd><input type="text" name="{POSTING_SUBJECT_NAME}" id="{POSTING_SUBJECT_NAME}" size="45" maxlength="60" value="{CONTRIB_NAME}" class="inputbox autowidth" /></dd>
! 		</dl>
! 		<!-- IF S_CREATE -->
! 		<dl style="clear: left;">
! 			<dt><label for="permalink">{L_CONTRIB_PERMALINK}:</label></dt>
! 			<dd><input type="text" name="permalink" id="permalink" size="45" maxlength="60" tabindex="1" value="{CONTRIB_PERMALINK}" class="inputbox autowidth" /></dd>
! 		</dl>
! 		<!-- ENDIF -->
! 		<dl style="clear: left;">
! 			<dt><label for="{POSTING_TEXT_NAME}">{L_CONTRIB_DESCRIPTION}:</label></dt>
! 			<dd></dd>
  		</dl>
  	</fieldset>
- 	<!-- INCLUDE posting/posting_basic_editor.html -->
  	<fieldset class="submit-buttons">
  		<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
  		<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
--- 46,58 ----
  				</select>
  			</dd>
  		</dl>
! 		<dl>
! 			<dt><label for="contrib_authors">{L_CONTRIB_AUTHORS}:</label><br /><span>{L_CONTRIB_AUTHORS_EXPLAIN}</span></dt>
! 			<dd>
! 				<textarea name="contrib_authors" id="contrib_authors">{CONTRIB_AUTHORS}</textarea>
! 			</dd>
  		</dl>
  	</fieldset>
  	<fieldset class="submit-buttons">
  		<input type="reset" value="{L_RESET}" name="reset" class="button2" />&nbsp;
  		<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />




More information about the customisationdb-commits mailing list