[pLog-svn] r6219 - misc/phpbb-lifetype-template/LifeType/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Mar 13 12:41:53 EDT 2008


Author: oscar
Date: 2008-03-13 12:41:53 -0400 (Thu, 13 Mar 2008)
New Revision: 6219

Modified:
   misc/phpbb-lifetype-template/LifeType/admin/board_config_body.tpl
   misc/phpbb-lifetype-template/LifeType/admin/forum_edit_body.tpl
   misc/phpbb-lifetype-template/LifeType/admin/index_body.tpl
   misc/phpbb-lifetype-template/LifeType/admin/index_navigate.tpl
Log:
someone else's changes, never committed to svn

Modified: misc/phpbb-lifetype-template/LifeType/admin/board_config_body.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/admin/board_config_body.tpl	2008-03-13 16:41:05 UTC (rev 6218)
+++ misc/phpbb-lifetype-template/LifeType/admin/board_config_body.tpl	2008-03-13 16:41:53 UTC (rev 6219)
@@ -39,6 +39,14 @@
 		<td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td>
 		<td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES}&nbsp; &nbsp;<input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td>
 	</tr>
+ 		<td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td>
+ 		<td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES}&nbsp; &nbsp;<input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td>
+ 	</tr>
+ 	<tr>
+		<td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td>
+ 		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td>
+ 	</tr>
+
 	<tr>
 		<td class="row1">{L_BOARD_EMAIL_FORM}<br /><span class="gensmall">{L_BOARD_EMAIL_FORM_EXPLAIN}</span></td>
 		<td class="row2"><input type="radio" name="board_email_form" value="1" {BOARD_EMAIL_FORM_ENABLE} /> {L_ENABLED}&nbsp;&nbsp;<input type="radio" name="board_email_form" value="0" {BOARD_EMAIL_FORM_DISABLE} /> {L_DISABLED}</td>
@@ -48,6 +56,18 @@
 		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}" /></td>
 	</tr>
 	<tr>
+ 		<td class="row1">{L_SEARCH_FLOOD_INTERVAL} <br /><span class="gensmall">{L_SEARCH_FLOOD_INTERVAL_EXPLAIN}</span></td>
+ 		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="search_flood_interval" value="{SEARCH_FLOOD_INTERVAL}" /></td>
+ 	</tr>
+ 	<tr>
+		<td class="row1">{L_MAX_LOGIN_ATTEMPTS}<br /><span class="gensmall">{L_MAX_LOGIN_ATTEMPTS_EXPLAIN}</span></td>
+ 		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_login_attempts" value="{MAX_LOGIN_ATTEMPTS}" /></td>
+ 	</tr>
+	<tr>
+		<td class="row1">{L_LOGIN_RESET_TIME}<br /><span class="gensmall">{L_LOGIN_RESET_TIME_EXPLAIN}</span></td>
+		<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="login_reset_time" value="{LOGIN_RESET_TIME}" /></td>
+	</tr>
+	<tr>
 		<td class="row1">{L_TOPICS_PER_PAGE}</td>
 		<td class="row2"><input class="post" type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}" /></td>
 	</tr>

Modified: misc/phpbb-lifetype-template/LifeType/admin/forum_edit_body.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/admin/forum_edit_body.tpl	2008-03-13 16:41:05 UTC (rev 6218)
+++ misc/phpbb-lifetype-template/LifeType/admin/forum_edit_body.tpl	2008-03-13 16:41:53 UTC (rev 6219)
@@ -23,6 +23,10 @@
 	<tr> 
 	  <td class="row1">{L_FORUM_STATUS}</td>
 	  <td class="row2"><select name="forumstatus">{S_STATUS_LIST}</select></td>
+	</tr>
+	<tr> 
+		<td class="row1">{L_FORUM_NOTIFY}</td>
+		<td class="row2"><select name="notify_enable">{S_NOTIFY_ENABLED}</select></td>
 	</tr>
 	<tr> 
 	  <td class="row1">{L_AUTO_PRUNE}</td>

Modified: misc/phpbb-lifetype-template/LifeType/admin/index_body.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/admin/index_body.tpl	2008-03-13 16:41:05 UTC (rev 6218)
+++ misc/phpbb-lifetype-template/LifeType/admin/index_body.tpl	2008-03-13 16:41:53 UTC (rev 6219)
@@ -42,7 +42,14 @@
 	<td class="row1" nowrap="nowrap">{L_GZIP_COMPRESSION}:</td>
 	<td class="row2"><b>{GZIP_COMPRESSION}</b></td>
   </tr>
-</table>
+</table>
+
+ <h1>{L_VERSION_INFORMATION}</h1>
+ 
+ {VERSION_INFO}
+ 
+ <br />
+ 
 <h1>{L_WHO_IS_ONLINE}</h1>
 
 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">

Modified: misc/phpbb-lifetype-template/LifeType/admin/index_navigate.tpl
===================================================================
--- misc/phpbb-lifetype-template/LifeType/admin/index_navigate.tpl	2008-03-13 16:41:05 UTC (rev 6218)
+++ misc/phpbb-lifetype-template/LifeType/admin/index_navigate.tpl	2008-03-13 16:41:53 UTC (rev 6219)
@@ -33,7 +33,7 @@
           <td class="">&nbsp;</td>
         </tr>
         <tr>
-          <td class="" align="CENTER" valign="MIDDLE"><span class="copyright"><img src="../templates/LifeType/images/Favicon.ico" border="0" /></span></td>
+          <td class="" align="CENTER" valign="MIDDLE"><span class="copyright"><img src="../templates/LifeType/images/favicon.ico" border="0" /></span></td>
         </tr>
       </table>
 	</td>



More information about the pLog-svn mailing list