[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/tools koha... [rel_3_0]

paul poulain paul at koha-fr.org
Mon Oct 30 11:08:31 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	06/10/30 10:08:31

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/tools: koha-news.tmpl 

Log message:
	modifying for better PROG compliance

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: koha-news.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/tools/koha-news.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- koha-news.tmpl	10 Oct 2006 12:49:23 -0000	1.1.2.1
+++ koha-news.tmpl	30 Oct 2006 10:08:31 -0000	1.1.2.2
@@ -81,19 +81,21 @@
 							</td>
 						</tr>
 					<!-- /TMPL_LOOP -->
-				</table>
-				<p>
+				<tr>
+				<td>
 					<input type="hidden" name="op" value="del" />
 					<input type="submit" class="button" value="Delete selected" />
-				</p>
+                </td>
+                <td colspan="5"></td>
+                </tr>
+				</table>
 			</form>
 		<!-- TMPL_ELSE -->
 			<p>No news loaded</p>
 		<!-- /TMPL_IF -->
-		<form name="add_form" method="post" action="/cgi-bin/koha/tools/koha-news.pl">
-			<input type="hidden" name="op" value="add_form" />
-			<input type="submit" class="button" value="Add news" />
-		</form>
+		<div id="action">
+		  <a href="/cgi-bin/koha/tools/koha-news.pl?op=add_form">Add news</a>
+        </div>
 	</div>
 	<!-- /TMPL_IF -->
 





More information about the Koha-cvs mailing list