[Customisation Database Commits] r827 - in /trunk/titania: contributions/revision.php styles/default/template/contributions/contribution_revision.html

Nathan Guse exreaction at phpbb.com
Mon Mar 22 19:06:24 GMT 2010


Author: exreaction
Date: Mon Mar 22 19:06:24 2010
New Revision: 827

Log:
Need to continue too

Modified:
    trunk/titania/contributions/revision.php
    trunk/titania/styles/default/template/contributions/contribution_revision.html

Modified: trunk/titania/contributions/revision.php
==============================================================================
*** trunk/titania/contributions/revision.php (original)
--- trunk/titania/contributions/revision.php Mon Mar 22 19:06:24 2010
***************
*** 204,209 ****
--- 204,210 ----
  			{
  				$step = 3;
  				$try_again = true;
+ 				continue;
  			}
  
  			$revision = new titania_revision(titania::$contrib, $revision_id);

Modified: trunk/titania/styles/default/template/contributions/contribution_revision.html
==============================================================================
*** trunk/titania/styles/default/template/contributions/contribution_revision.html (original)
--- trunk/titania/styles/default/template/contributions/contribution_revision.html Mon Mar 22 19:06:24 2010
***************
*** 11,17 ****
  			<!-- IF REVISION_UPLOADER -->
  				{REVISION_UPLOADER}
  
! 				<!-- IF not S_REPACK -->
  				<fieldset class="fields2">
  				<dl>
  					<dt><label for="queue_allow_repack">{L_QUEUE_ALLOW_REPACK}:</label><br /><span>{L_QUEUE_ALLOW_REPACK_EXPLAIN}</span></dt>
--- 11,17 ----
  			<!-- IF REVISION_UPLOADER -->
  				{REVISION_UPLOADER}
  
! 				<!-- IF not S_REPACK and POSTING_TEXT_NAME -->
  				<fieldset class="fields2">
  				<dl>
  					<dt><label for="queue_allow_repack">{L_QUEUE_ALLOW_REPACK}:</label><br /><span>{L_QUEUE_ALLOW_REPACK_EXPLAIN}</span></dt>
***************
*** 23,29 ****
  				</fieldset>
  				<!-- ENDIF -->
  
! 				<!-- IF not S_REPACK -->
  					<!-- INCLUDE posting/posting_basic_editor.html -->
  				<!-- ENDIF -->
  			<!-- ENDIF -->
--- 23,29 ----
  				</fieldset>
  				<!-- ENDIF -->
  
! 				<!-- IF not S_REPACK and POSTING_TEXT_NAME -->
  					<!-- INCLUDE posting/posting_basic_editor.html -->
  				<!-- ENDIF -->
  			<!-- ENDIF -->




More information about the customisationdb-commits mailing list