View | Details | Raw Unified | Return to bug 5916
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc (-2 / +2 lines)
Lines 18-24 Link Here
18
			<!-- TMPL_LOOP name="authtypesloop" -->{ text: "<!-- TMPL_VAR name="authtypetext" -->", url: "/cgi-bin/koha/authorities/authorities.pl?authtypecode=<!-- TMPL_VAR name="value" -->"},
18
			<!-- TMPL_LOOP name="authtypesloop" -->{ text: "<!-- TMPL_VAR name="authtypetext" -->", url: "/cgi-bin/koha/authorities/authorities.pl?authtypecode=<!-- TMPL_VAR name="value" -->"},
19
<!-- /TMPL_LOOP -->
19
<!-- /TMPL_LOOP -->
20
		]
20
		]
21
21
		<!-- TMPL_IF NAME="CAN_user_editauthorities" -->
22
	    new YAHOO.widget.Button({
22
	    new YAHOO.widget.Button({
23
	        type: "menu",
23
	        type: "menu",
24
	        label: _("New Authority"),
24
	        label: _("New Authority"),
Lines 36-41 Link Here
36
          container: "delAuthc",
36
          container: "delAuthc",
37
		  onclick: {fn: confirm_deletion }
37
		  onclick: {fn: confirm_deletion }
38
      });
38
      });
39
      <!-- /TMPL_IF -->
39
	}
40
	}
40
41
41
	//]]>
42
	//]]>
42
- 

Return to bug 5916