|
From: Benjamin C. <bc...@us...> - 2002-04-11 16:08:11
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv11949/templates/default/admin
Modified Files:
component-edit.html grouplist.html oslist.html
project-add.html project-edit.html projectlist.html
resolutionlist.html severitylist.html statuslist.html
userlist.html version-edit.html
Log Message:
Localization cleanup
Index: component-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/component-edit.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- component-edit.html 3 Apr 2002 00:57:10 -0000 1.1
+++ component-edit.html 11 Apr 2002 16:08:05 -0000 1.2
@@ -1,14 +1,14 @@
{if $component_id}
- {assign var="action" value=$STRING.edit}
+ {assign var="page_title" value=$TITLE.editcomponent}
{else}
- {assign var="action" value=$STRING.addnew}
+ {assign var="page_title" value=$TITLE.addcomponent}
{/if}
{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action Component"}
+ {include file="admin/header-popup.html" page_title=$page_title}
{else}
- {include file="admin/header.html" page_title="$action Component"}
+ {include file="admin/header.html" page_title=$page_title}
{/if}
- <b>{$action} Component</b>
+ <b>{$page_title}</b>
<hr size="1">
{if $error}<div class="error">{$error}</div>{/if}
<form action="{$SCRIPT_NAME}" method="post">
Index: grouplist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/grouplist.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grouplist.html 3 Apr 2002 00:57:10 -0000 1.2
+++ grouplist.html 11 Apr 2002 16:08:05 -0000 1.3
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Groups"}
+{include file="admin/header.html" page_title="$TITLE[group]"}
<script language="JavaScript">
<!--
Index: oslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/oslist.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- oslist.html 7 Apr 2002 20:37:55 -0000 1.5
+++ oslist.html 11 Apr 2002 16:08:05 -0000 1.6
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Operating Systems"}
+{include file="admin/header.html" page_title="$TITLE[os]"}
<script language="JavaScript">
<!--
Index: project-add.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/project-add.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project-add.html 3 Apr 2002 00:57:10 -0000 1.2
+++ project-add.html 11 Apr 2002 16:08:05 -0000 1.3
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="$STRING[addnew] Project"}
+{include file="admin/header.html" page_title="$TITLE[addproject]"}
<form action="project.php" method="post">
<input type="hidden" name="id" value="0">
Index: project-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/project-edit.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project-edit.html 4 Apr 2002 13:53:02 -0000 1.4
+++ project-edit.html 11 Apr 2002 16:08:05 -0000 1.5
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Edit Project"}
+{include file="admin/header.html" page_title="$TITLE[editproject]"}
<script language="JavaScript">
<!--
Index: projectlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/projectlist.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- projectlist.html 7 Apr 2002 20:31:48 -0000 1.4
+++ projectlist.html 11 Apr 2002 16:08:05 -0000 1.5
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Projects"}
+{include file="admin/header.html" page_title="$TITLE[project]"}
<table border="0" width="100%">
<tr>
Index: resolutionlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/resolutionlist.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- resolutionlist.html 7 Apr 2002 20:36:48 -0000 1.6
+++ resolutionlist.html 11 Apr 2002 16:08:05 -0000 1.7
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Resolutions"}
+{include file="admin/header.html" page_title="$TITLE[resolution]"}
<script language="JavaScript">
<!--
Index: severitylist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/severitylist.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- severitylist.html 7 Apr 2002 20:37:25 -0000 1.5
+++ severitylist.html 11 Apr 2002 16:08:05 -0000 1.6
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Severities"}
+{include file="admin/header.html" page_title="$TITLE[severity]"}
<script language="JavaScript">
<!--
Index: statuslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/statuslist.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- statuslist.html 7 Apr 2002 20:33:47 -0000 1.5
+++ statuslist.html 11 Apr 2002 16:08:05 -0000 1.6
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Resolutions"}
+{include file="admin/header.html" page_title="$TITLE[status]"}
<script language="JavaScript">
<!--
Index: userlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/userlist.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- userlist.html 7 Apr 2002 20:30:02 -0000 1.7
+++ userlist.html 11 Apr 2002 16:08:05 -0000 1.8
@@ -1,4 +1,4 @@
-{include file="admin/header.html" page_title="Users"}
+{include file="admin/header.html" page_title="$TITLE[user]"}
<script language="JavaScript">
<!--
Index: version-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/version-edit.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- version-edit.html 3 Apr 2002 00:57:10 -0000 1.1
+++ version-edit.html 11 Apr 2002 16:08:05 -0000 1.2
@@ -1,14 +1,14 @@
{if $version_id}
- {assign var="action" value=$STRING.edit}
+ {assign var="page_title" value=$TITLE.editversion}
{else}
- {assign var="action" value="$STRING.addnew}
+ {assign var="page_title" value=$TITLE.addversion}
{/if}
{if $smarty.request.use_js}
- {include file="admin/header-popup.html" page_title="$action Version"}
+ {include file="admin/header-popup.html" page_title=$page_title}
{else}
- {include file="admin/header.html" page_title="$action Version"}
+ {include file="admin/header.html" page_title=$page_title}
{/if}
- <b>{$action} Version</b>
+ <b>{$page_title}</b>
<hr size="1">
{if $error}<div class="error">{$error}</div>{/if}
<form action="{$SCRIPT_NAME}" method="post">
|