minor cleanup of authorities home
authorJoshua Ferraro <jmf@liblime.com>
Sun, 30 Sep 2007 06:12:25 +0000 (01:12 -0500)
committerChris Cormack <crc@liblime.com>
Sun, 30 Sep 2007 08:07:07 +0000 (03:07 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/menu-authorities.inc [deleted file]
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tmpl

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/menu-authorities.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/menu-authorities.inc
deleted file mode 100644 (file)
index 93f9ad8..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<script language="JavaScript" type="text/javascript">
-function Help() {
-       newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
-}
-
-function addauthority() {
-       X = document.forms[0].authtype.value;
-       window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
-}
-function searchauthority() {
-       X = document.forms[0].authtype2.value;
-       Y = document.forms[0].value.value;
-       window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
-}
-</script>
\ No newline at end of file
index 3c87987..a287d10 100644 (file)
@@ -4,7 +4,22 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-authorities.inc" -->
+
+<script language="JavaScript" type="text/javascript">
+function Help() {
+    newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
+}
+
+function addauthority() {
+    X = document.forms[0].authtype.value;
+    window.location="/cgi-bin/koha/authorities/authorities.pl?authtypecode="+X;
+}
+function searchauthority() {
+    X = document.forms[0].authtype2.value;
+    Y = document.forms[0].value.value;
+    window.location="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&authtypecode="+X+"&value="+Y+"&marclist=&and_or=and&excluding=&operator=contains";
+}
+</script>
 
 <div id="doc3" class="yui-t2">
    
 </div>
 </div>
 
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->