[MODs Manager Commits] r111 - in /trunk/modsmanager/upload/adm/style: acp_mods.html acp_mods_actions.html

Josh Woody a_jelly_doughnut at phpbb.com
Tue Nov 18 20:13:37 CET 2008


Author: jelly_doughnut
Date: Tue Nov 18 20:13:36 2008
New Revision: 111

Log:
Might as well go all the way with this

Modified:
    trunk/modsmanager/upload/adm/style/acp_mods.html
    trunk/modsmanager/upload/adm/style/acp_mods_actions.html

Modified: trunk/modsmanager/upload/adm/style/acp_mods.html
==============================================================================
*** trunk/modsmanager/upload/adm/style/acp_mods.html (original)
--- trunk/modsmanager/upload/adm/style/acp_mods.html Tue Nov 18 20:13:36 2008
***************
*** 315,394 ****
  	</fieldset>
  	</form>
  
! 	<!-- IF S_REMOVING_FILES -->
! 	<fieldset>
! 		<legend>{L_REMOVING_FILES}</legend>
! 
! 		<table cellspacing="1">
! 			<col class="row1" width="50%" /><col class="row2" />
! 		<thead>
! 		<tr>
! 			<th>{L_SOURCE}</th>
! 		</tr>
! 		</thead>
! 		<tbody>
! 			<!-- BEGIN removing_files -->
! 				<tr>
! 					<td><strong>{removing_files.FILENAME}</strong><!-- IF removing_files.S_MISSING_FILE -->&nbsp;&nbsp;&nbsp;<strong><font color="red">({L_FILE_MISSING})</font></strong>&nbsp;<!-- ENDIF --></td>
! 				</tr>
! 			<!-- END removing_files -->
! 		</tbody>
! 		</table>
! 	</fieldset>
! 	<!-- ENDIF -->
! 
! 	<!-- IF S_SQL -->
! 	<fieldset>
! 		<legend>{L_SQL_QUERIES}</legend>
! 
! 		<table cellspacing="1">
! 			<col class="row1" width="50%" /><col class="row2" />
! 		<thead>
! 		<tr>
! 			<th>{L_ORIGINAL}</th>
! 			<th>{L_REVERSE}</th>
! 		</tr>
! 		</thead>
! 		<tbody>
! 			<!-- BEGIN sql_queries -->
! 				<tr>
! 					<td><strong>{sql_queries.ORIGINAL_QUERY}</strong></td>
! 					<td><strong><!-- IF sql_queries.S_UNKNOWN_REVERSE -->&nbsp;&nbsp;&nbsp;<strong><font color="red">{L_UNKNOWN_QUERY_REVERSE}!</font></strong>&nbsp;<!-- ELSE -->{sql_queries.REVERSE_QUERY}<!-- ENDIF --></strong></td>
! 				</tr>
! 			<!-- END sql_queries -->
! 		</tbody>
! 		</table>
! 	</fieldset>
! 	<!-- ENDIF -->
! 
! 	<!-- IF S_EDITS -->
! 	<fieldset>
! 		<legend>{L_FILE_EDITS}</legend>
! 		<!-- BEGIN edit_files -->
! 			<fieldset>
! 				<legend>{edit_files.FILENAME}</legend>
! 				<!-- IF edit_files.S_MISSING_FILE -->
! 				<strong><font color="red">{L_FILE_MISSING}</font></strong>
! 				<!-- ENDIF -->
! 				<!-- BEGIN finds -->
! 					<fieldset>
! 						<legend>{L_FIND}</legend>
! 						<pre>{edit_files.finds.FIND_STRING}</pre>
! 						<!-- IF edit_files.finds.S_MISSING_FIND -->
! 						<strong><font color="red">{L_FIND_MISSING}</font></strong>
! 						<!-- ENDIF -->
! 						<!-- BEGIN actions -->
! 							<fieldset>
! 								<legend>{edit_files.finds.actions.NAME}</legend>
! 								<pre>{edit_files.finds.actions.COMMAND}</pre>
! 							</fieldset>
! 						<!-- END actions -->
! 					</fieldset>
! 				<!-- END finds -->
! 			</fieldset>
! 		<!-- END edit_files -->
! 	</fieldset>
! 	<!-- ENDIF -->
  
  	<form id="acp_mods" method="post" action="{U_UNINSTALL}">
  	<fieldset class="submit-buttons">
--- 315,321 ----
  	</fieldset>
  	</form>
  
! 	<!-- INCLUDE acp_mods_actions.html -->
  
  	<form id="acp_mods" method="post" action="{U_UNINSTALL}">
  	<fieldset class="submit-buttons">

Modified: trunk/modsmanager/upload/adm/style/acp_mods_actions.html
==============================================================================
*** trunk/modsmanager/upload/adm/style/acp_mods_actions.html (original)
--- trunk/modsmanager/upload/adm/style/acp_mods_actions.html Tue Nov 18 20:13:36 2008
***************
*** 27,39 ****
--- 27,81 ----
  	</fieldset>
  	<!-- ENDIF -->
  
+ 	<!-- IF S_REMOVING_FILES -->
+ 	<fieldset>
+ 		<legend>{L_REMOVING_FILES}</legend>
+ 
+ 		<table cellspacing="1">
+ 			<col class="row1" width="50%" /><col class="row2" />
+ 		<thead>
+ 		<tr>
+ 			<th>{L_SOURCE}</th>
+ 		</tr>
+ 		</thead>
+ 		<tbody>
+ 			<!-- BEGIN removing_files -->
+ 				<tr>
+ 					<td><strong>{removing_files.FILENAME}</strong><!-- IF removing_files.S_MISSING_FILE -->&nbsp;&nbsp;&nbsp;<strong><font color="red">({L_FILE_MISSING})</font></strong>&nbsp;<!-- ENDIF --></td>
+ 				</tr>
+ 			<!-- END removing_files -->
+ 		</tbody>
+ 		</table>
+ 	</fieldset>
+ 	<!-- ENDIF -->
+ 
  	<!-- IF S_SQL -->
  	<fieldset>
  		<legend>{L_SQL_QUERIES}</legend>
  		<!-- BEGIN sql_queries -->
+ 			<!-- IF S_PRE_UNINSTALL -->
+ 		<table cellspacing="1">
+ 			<col class="row1" width="50%" /><col class="row2" />
+ 		<thead>
+ 		<tr>
+ 			<th>{L_ORIGINAL}</th>
+ 			<th>{L_REVERSE}</th>
+ 		</tr>
+ 		</thead>
+ 		<tbody>
+ 			<!-- BEGIN sql_queries -->
+ 				<tr>
+ 					<td><strong>{sql_queries.ORIGINAL_QUERY}</strong></td>
+ 					<td><strong><!-- IF sql_queries.S_UNKNOWN_REVERSE -->&nbsp;&nbsp;&nbsp;<strong><font color="red">{L_UNKNOWN_QUERY_REVERSE}!</font></strong>&nbsp;<!-- ELSE -->{sql_queries.REVERSE_QUERY}<!-- ENDIF --></strong></td>
+ 				</tr>
+ 			<!-- END sql_queries -->
+ 		</tbody>
+ 		</table>
+ 			<!-- ELSE -->
  			<fieldset>
  				<strong><!-- IF sql_queries.S_SUCCESS --><font color="green">{L_SUCCESS}:</font><br /><!-- ELSE --><font color="red">{L_ERROR}:</font>{sql_queries.ERROR_MSG}<br /><!-- ENDIF -->{sql_queries.QUERY}</strong>
  			</fieldset>
+ 			<!-- ENDIF -->
  		<!-- END sql_queries -->
  	</fieldset>
  	<!-- ENDIF -->




More information about the modsmanager-commits mailing list