|
From: <al...@us...> - 2008-10-17 17:16:33
|
Revision: 729
http://sciret.svn.sourceforge.net/sciret/?rev=729&view=rev
Author: alpeb
Date: 2008-10-17 17:16:32 +0000 (Fri, 17 Oct 2008)
Log Message:
-----------
fixed closing language tag
Modified Paths:
--------------
trunk/templates/AddQuestion.tpl
trunk/templates/EditCategories.tpl
trunk/templates/ManageArticles.tpl
trunk/templates/ManageQuestions.tpl
Modified: trunk/templates/AddQuestion.tpl
===================================================================
--- trunk/templates/AddQuestion.tpl 2008-10-17 17:15:27 UTC (rev 728)
+++ trunk/templates/AddQuestion.tpl 2008-10-17 17:16:32 UTC (rev 729)
@@ -10,7 +10,7 @@
-->
-<h1>[l]Submit Questions[l]</h1>
+<h1>[l]Submit Question[/l]</h1>
<form method=POST action="{formAction}">
<table width="100%" cellpadding="5" cellspacing="0" border="0">
Modified: trunk/templates/EditCategories.tpl
===================================================================
--- trunk/templates/EditCategories.tpl 2008-10-17 17:15:27 UTC (rev 728)
+++ trunk/templates/EditCategories.tpl 2008-10-17 17:16:32 UTC (rev 729)
@@ -18,7 +18,7 @@
}
</script>
-<h1>[l]Manage Categories[l]</h1>
+<h1>[l]Manage Categories[/l]</h1>
<table cellpadding="3" cellspacing="2" border="0" class="table1">
<tr>
@@ -59,4 +59,4 @@
</table>
<div class="toolbar">
<input type="button" value="[l]Add Category[/l]" onclick="location.href = '{addCatRedirect}'" />
- </div>
\ No newline at end of file
+ </div>
Modified: trunk/templates/ManageArticles.tpl
===================================================================
--- trunk/templates/ManageArticles.tpl 2008-10-17 17:15:27 UTC (rev 728)
+++ trunk/templates/ManageArticles.tpl 2008-10-17 17:16:32 UTC (rev 729)
@@ -11,7 +11,7 @@
<!-- BEGIN filterUnpublished_block -->
-<h1>[l]Manage Articles[l]</h1>
+<h1>[l]Manage Articles[/l]</h1>
<table width="100%" cellpadding="3" cellspacing="2" style=''>
<tr>
Modified: trunk/templates/ManageQuestions.tpl
===================================================================
--- trunk/templates/ManageQuestions.tpl 2008-10-17 17:15:27 UTC (rev 728)
+++ trunk/templates/ManageQuestions.tpl 2008-10-17 17:16:32 UTC (rev 729)
@@ -18,7 +18,7 @@
}
</script>
-<h1>[l]Manage Questions[l]</h1>
+<h1>[l]Manage Questions[/l]</h1>
<div class="filterbar">
<b>[l]Category[/l]:</b>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|