Bug #1855
authorFrederic Demians <f.demians@tamil.fr>
Fri, 11 Apr 2008 13:55:30 +0000 (15:55 +0200)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 11 Apr 2008 21:56:32 +0000 (16:56 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 32b8c73..7dc8b0c
@@ -51,7 +51,7 @@ Edit News Item<!-- TMPL_ELSE -->Add News Item<!-- /TMPL_IF --><!-- TMPL_ELSE -->
                        <fieldset class="rows">
                        <legend>OPAC and Koha News</legend>
            <ol> <li>
-            <label for="lang">Language</label>
+            <label for="lang">Display Location</label>
             <select id="lang" name="lang">
                 <option value="koha">Librarian interface</option>
                 <!-- TMPL_LOOP name="lang_list" -->
@@ -91,7 +91,8 @@ Edit News Item<!-- TMPL_ELSE -->Add News Item<!-- /TMPL_IF --><!-- TMPL_ELSE -->
                 <fieldset class="action"><input class="button" type="submit" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/tools/koha-news.pl">Cancel</a></fieldset>
         </form>
     <!-- TMPL_ELSE -->
-        <form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl">
+        <div style="margin-bottom:5px;">
+        <form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" >
             <label for="lang">Display Location:</label>
             <select name="lang" id="lang">
             <option value="">All</option>
@@ -107,16 +108,17 @@ Edit News Item<!-- TMPL_ELSE -->Add News Item<!-- /TMPL_IF --><!-- TMPL_ELSE -->
                 <!-- /TMPL_LOOP -->
             </select>
             <input type="submit" class="button" value="Filter" />
-            </form>
+        </form>
+        </div>
         <!-- TMPL_IF NAME="opac_news_count" -->
         <form name="del_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl" onsubmit="return confirm('Are you sure you want to delete the selected news?')">
                 <table id="newst">
                    <thead> <tr>
                         <th>&nbsp;</th>
-                        <th>Language</th>
+                        <th>Location</th>
                         <th>Number</th>
-                        <th>Creation Date</th>
-                        <th>Expiration Date</th>
+                        <th>Creation&nbsp;Date</th>
+                        <th>Expiration&nbsp;Date</th>
                         <th>Title</th>
                         <th>News</th>
                         <th>&nbsp;</th>