Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv28631/default/admin
Modified Files:
component-edit.html configure.html group-edit.html
grouplist.html os-edit.html oslist.html project-add.html
project-edit.html projectlist.html resolution-edit.html
resolutionlist.html severity-edit.html severitylist.html
status-edit.html statuslist.html user-edit.html userlist.html
version-edit.html
Log Message:
Moving back to wrap.html from header/footer.html
Index: component-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/component-edit.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- component-edit.html 8 May 2002 01:10:00 -0000 1.3
+++ component-edit.html 18 May 2002 03:00:50 -0000 1.4
@@ -1,13 +1,3 @@
-{if $component_id}
- {assign var="page_title" value=$TITLE.editcomponent}
-{else}
- {assign var="page_title" value=$TITLE.addcomponent}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title=$page_title}
-{else}
- {include file="admin/header.html" page_title=$page_title}
-{/if}
<b>{$page_title}</b>
<hr size="1">
{if $error}<div class="error">{$error}</div>{/if}
@@ -56,8 +46,3 @@
</tr>
</table>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: configure.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/configure.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.html 8 May 2002 01:10:00 -0000 1.4
+++ configure.html 18 May 2002 03:00:50 -0000 1.5
@@ -1,9 +1,8 @@
-{include file="admin/header.html" page_title="Configuration"}
<form action="{$smarty.server.PHP_SELF}" method="post">
<table border="0" width="640">
<tr>
<td valign="top">
- <b> Configuration</b>
+ <b> {$page_title}</b>
<hr size="1">
<table border="0">
<tr>
@@ -38,4 +37,3 @@
</tr>
</table>
</form>
-{include file="admin/footer.html"}
Index: group-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/group-edit.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- group-edit.html 8 May 2002 01:10:00 -0000 1.2
+++ group-edit.html 18 May 2002 03:00:50 -0000 1.3
@@ -1,14 +1,4 @@
-{if $user_id}
- {assign var="action" value=$STRING.edit}
-{else}
- {assign var="action" value=$STRING.addnew}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action Group"}
-{else}
- {include file="admin/header.html" page_title="$action Group"}
-{/if}
-<b>{$action} Group </b>
+<b>{$page_title} </b>
<hr size="1">
<form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="group_id" value="{$group_id}">
@@ -27,8 +17,3 @@
<br>
<input type='submit' name='submit' value='Submit'>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: grouplist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/grouplist.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- grouplist.html 8 May 2002 01:10:00 -0000 1.5
+++ grouplist.html 18 May 2002 03:00:50 -0000 1.6
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="$TITLE[group]"}
-
<script language="JavaScript">
<!--
var me = '{$smarty.server.PHP_SELF}';
@@ -14,7 +12,7 @@
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> Group List</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&group_id=0" onClick="popupGroup(0); return false;">{$STRING.addnew} Group</a>
+ <b> {$page_title}</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&group_id=0" onClick="popupGroup(0); return false;">{$STRING.addnew} Group</a>
<hr size="1">
<table border="0" width="100%">
<tr>
@@ -49,4 +47,3 @@
</td>
</tr>
</table>
-{include file="admin/footer.html"}
Index: os-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/os-edit.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- os-edit.html 8 May 2002 01:10:00 -0000 1.3
+++ os-edit.html 18 May 2002 03:00:50 -0000 1.4
@@ -1,14 +1,4 @@
-{if $os_id}
- {assign var="action" value=$STRING.edit}
-{else}
- {assign var="action" value=$STRING.addnew}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action OS"}
-{else}
- {include file="admin/header.html" page_title="$action OS"}
-{/if}
-<b>{$action} OS </b>
+<b>{$page_title} </b>
<hr size="1">
<form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="os_id" value="{$os_id}">
@@ -37,8 +27,3 @@
<input type='submit' name='submit' value='Submit'>
</form>
</td>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: oslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/oslist.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- oslist.html 8 May 2002 01:10:00 -0000 1.8
+++ oslist.html 18 May 2002 03:00:50 -0000 1.9
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="$TITLE[os]"}
-
<script language="JavaScript">
<!--
var me = '{$smarty.server.PHP_SELF}';
@@ -14,7 +12,7 @@
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> OS List</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&os_id=0" onClick="popupOS(0); return false;">{$STRING.addnew} OS</a>
+ <b> {$page_title}</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&os_id=0" onClick="popupOS(0); return false;">{$STRING.addnew} OS</a>
<hr size="1">
<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr>
@@ -54,4 +52,3 @@
</td>
</tr>
</table>
-{include file="admin/footer.html"}
Index: project-add.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/project-add.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project-add.html 11 Apr 2002 16:08:05 -0000 1.3
+++ project-add.html 18 May 2002 03:00:50 -0000 1.4
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="$TITLE[addproject]"}
-
<form action="project.php" method="post">
<input type="hidden" name="id" value="0">
<input type="hidden" name="do" value="project">
@@ -93,4 +91,3 @@
</table>
<input type='submit' name='submit' value='Submit'>
</form>
-{include file="admin/footer.html"}
Index: project-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/project-edit.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project-edit.html 8 May 2002 01:10:00 -0000 1.9
+++ project-edit.html 18 May 2002 03:00:50 -0000 1.10
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="Edit Project"}
-
<script language="JavaScript">
<!--
var me = '{$smarty.server.PHP_SELF}';
@@ -114,4 +112,3 @@
</td>
</tr>
</table>
-{include file="admin/footer.html"}
Index: projectlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/projectlist.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- projectlist.html 8 May 2002 01:10:00 -0000 1.6
+++ projectlist.html 18 May 2002 03:00:50 -0000 1.7
@@ -1,9 +1,7 @@
-{include file="admin/header.html" page_title="$TITLE[project]"}
-
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> Project List</b> - <a href="{$smarty.server.PHP_SELF}?op=add">{$STRING.addnew} Project</a>
+ <b> {$page_title}</b> - <a href="{$smarty.server.PHP_SELF}?op=add">{$STRING.addnew} Project</a>
<hr size="1">
<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr>
@@ -31,4 +29,3 @@
</td>
</tr>
</table>
-{include file="admin/footer.html"}
Index: resolution-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/resolution-edit.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- resolution-edit.html 8 May 2002 01:10:00 -0000 1.2
+++ resolution-edit.html 18 May 2002 03:00:50 -0000 1.3
@@ -1,14 +1,4 @@
-{if $resolution_id}
- {assign var="action" value=$STRING.edit}
-{else}
- {assign var="action" value=$STRING.addnew}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action Resolution"}
-{else}
- {include file="admin/header.html" page_title="$action Resolution"}
-{/if}
-<b>{$action} Resolution </b>
+<b>{$page_title} </b>
<hr size="1">
<form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="resolution_id" value="{$resolution_id}">
@@ -36,8 +26,3 @@
<br>
<input type='submit' name='submit' value='Submit'>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: resolutionlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/resolutionlist.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- resolutionlist.html 8 May 2002 01:10:00 -0000 1.10
+++ resolutionlist.html 18 May 2002 03:00:50 -0000 1.11
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="$TITLE[resolution]"}
-
<script language="JavaScript">
<!--
var me = '{$smarty.server.PHP_SELF}';
@@ -14,7 +12,7 @@
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> Resolution List</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&resolution_id=0" onClick="popupResolution(0); return false;">{$STRING.addnew} Resolution</a>
+ <b> {$page_title}</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&resolution_id=0" onClick="popupResolution(0); return false;">{$STRING.addnew} Resolution</a>
<hr size="1">
<table border="0" cellpadding="2" cellspacing="1">
<tr>
@@ -54,4 +52,3 @@
</td>
</tr>
</table>
-{include file="admin/footer.html"}
Index: severity-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/severity-edit.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- severity-edit.html 8 May 2002 01:10:00 -0000 1.2
+++ severity-edit.html 18 May 2002 03:00:50 -0000 1.3
@@ -1,14 +1,4 @@
-{if $status_id}
- {assign var="action" value=$STRING.edit}
-{else}
- {assign var="action" value=$STRING.addnew}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action User"}
-{else}
- {include file="admin/header.html" page_title="$action User"}
-{/if}
-<b>{$action} Severity </b>
+<b>{$page_title} </b>
<hr size="1">
<form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="severity_id" value="{$severity_id}">
@@ -40,8 +30,3 @@
<br>
<input type='submit' name='submit' value='Submit'>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: severitylist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/severitylist.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- severitylist.html 8 May 2002 01:10:00 -0000 1.8
+++ severitylist.html 18 May 2002 03:00:50 -0000 1.9
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="$TITLE[severity]"}
-
<script language="JavaScript">
<!--
var me = '{$smarty.server.PHP_SELF}';
@@ -14,7 +12,7 @@
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> Severity List</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&severity_id=0" onClick="popupSeverity(0); return false;">{$STRING.addnew} Severity</a>
+ <b> {$page_title}</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&severity_id=0" onClick="popupSeverity(0); return false;">{$STRING.addnew} Severity</a>
<hr size="1">
<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr>
@@ -54,5 +52,3 @@
</td>
</tr>
</table>
-
-{include file="admin/footer.html"}
Index: status-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/status-edit.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- status-edit.html 8 May 2002 01:10:00 -0000 1.2
+++ status-edit.html 18 May 2002 03:00:50 -0000 1.3
@@ -1,14 +1,4 @@
-{if $status_id}
- {assign var="action" value=$STRING.edit}
-{else}
- {assign var="action" value=$STRING.addnew}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action User"}
-{else}
- {include file="admin/header.html" page_title="$action User"}
-{/if}
-<b>{$action} Status </b>
+<b>{$page_title} </b>
<hr size="1">
<form action="{$smarty.server.PHP_SELF}" method="post">
<input type="hidden" name="status_id" value="{$status_id}">
@@ -36,8 +26,3 @@
<br>
<input type='submit' name='submit' value='Submit'>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: statuslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/statuslist.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- statuslist.html 8 May 2002 01:10:00 -0000 1.8
+++ statuslist.html 18 May 2002 03:00:50 -0000 1.9
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="$TITLE[status]"}
-
<script language="JavaScript">
<!--
var me = '{$smarty.server.PHP_SELF}';
@@ -14,7 +12,7 @@
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> Status List</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&status_id=0" onClick="popupStatus(0); return false;">{$STRING.addnew} Status</a>
+ <b> {$page_title}</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&status_id=0" onClick="popupStatus(0); return false;">{$STRING.addnew} Status</a>
<hr size="1">
<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr>
@@ -54,4 +52,3 @@
</td>
</tr>
</table>
-{include file="admin/footer.html"}
Index: user-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/user-edit.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- user-edit.html 3 Apr 2002 00:57:10 -0000 1.1
+++ user-edit.html 18 May 2002 03:00:50 -0000 1.2
@@ -1,13 +1,3 @@
-{if $user_id}
- {assign var="action" value=$STRING.edit}
-{else}
- {assign var="action" value=$STRING.addnew}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action User"}
-{else}
- {include file="admin/header.html" page_title="$action User"}
-{/if}
<script language="JavaScript">
<!--
var hadAdmin = {$hadadmin};
@@ -31,7 +21,7 @@
{/literal}
// -->
</script>
-<b>{$action} User </b>
+<b>{$page_title} </b>
<hr size="1">
<form action="user.php" method="post">
<input type="hidden" name="user_id" value="{$user_id}">
@@ -85,8 +75,3 @@
<br>
<input type='submit' name='submit' value='Submit'>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
Index: userlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/userlist.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- userlist.html 8 May 2002 01:10:00 -0000 1.10
+++ userlist.html 18 May 2002 03:00:50 -0000 1.11
@@ -1,5 +1,3 @@
-{include file="admin/header.html" page_title="$TITLE[user]"}
-
<script language="JavaScript">
<!--
var me = '{$smarty.server.PHP_SELF}';
@@ -14,7 +12,7 @@
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> User List</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&user_id=0&filter={$filter}" onClick="popupUser(0); return false;">{$STRING.addnew} User</a>
+ <b> {$page_title}</b> - <a href="{$smarty.server.PHP_SELF}?op=edit&user_id=0&filter={$filter}" onClick="popupUser(0); return false;">{$STRING.addnew} User</a>
<hr size="1">
<form>
<div align="center">
@@ -50,5 +48,3 @@
</td>
</tr>
</table>
-
-{include file="admin/footer.html"}
Index: version-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/version-edit.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- version-edit.html 8 May 2002 01:10:00 -0000 1.3
+++ version-edit.html 18 May 2002 03:00:51 -0000 1.4
@@ -1,13 +1,3 @@
-{if $version_id}
- {assign var="page_title" value=$TITLE.editversion}
-{else}
- {assign var="page_title" value=$TITLE.addversion}
-{/if}
-{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title=$page_title}
-{else}
- {include file="admin/header.html" page_title=$page_title}
-{/if}
<b>{$page_title}</b>
<hr size="1">
{if $error}<div class="error">{$error}</div>{/if}
@@ -40,8 +30,4 @@
</tr>
</table>
</form>
-{if $smarty.request.use_js}
- {include file="admin/footer-popup.html"}
-{else}
- {include file="admin/footer.html"}
-{/if}
+
|