|
From: Jirka P. <fi...@us...> - 2002-06-12 12:28:50
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv1217/phpbt/templates/default/admin
Modified Files:
severitylist.html
Log Message:
Minor change. Used localized string (from TITLE).
Index: severitylist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/severitylist.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- severitylist.html 18 May 2002 03:00:50 -0000 1.9
+++ severitylist.html 12 Jun 2002 12:28:47 -0000 1.10
@@ -12,7 +12,7 @@
<table border="0" width="100%">
<tr>
<td valign="top">
- <b> {$page_title}</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;">{$TITLE.addseverity}</a>
<hr size="1">
<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr>
|