Lines 2-15
Link Here
|
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
4 |
[% SET footerjs = 1 %] |
4 |
[% SET footerjs = 1 %] |
|
|
5 |
[% formulaire = BLOCK %] |
6 |
[% INCLUDE 'prefs-admin-search.inc' %] |
7 |
[% END %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title>Plugins › Tools › Koha </title> |
9 |
<title>Plugins › Tools › Koha </title> |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
</head> |
11 |
</head> |
9 |
|
12 |
|
10 |
<body id="plugins_plugins_home" class="plugins"> |
13 |
<body id="plugins_plugins_home" class="plugins"> |
11 |
[% INCLUDE 'header.inc' %] |
14 |
[% INCLUDE 'header.inc' form=formulaire %] |
12 |
[% INCLUDE 'prefs-admin-search.inc' %] |
|
|
13 |
|
15 |
|
14 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
16 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
15 |
<ol> |
17 |
<ol> |
Lines 25-30
Link Here
|
25 |
</a> |
27 |
</a> |
26 |
</li> |
28 |
</li> |
27 |
</ol> |
29 |
</ol> |
|
|
30 |
|
31 |
<ol> |
32 |
[% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %] |
33 |
</ol> |
34 |
|
35 |
<ol> |
36 |
<a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a> |
37 |
</ol> |
28 |
</nav> |
38 |
</nav> |
29 |
|
39 |
|
30 |
<div class="main container-fluid"> |
40 |
<div class="main container-fluid"> |
Lines 37-71
Link Here
|
37 |
|
47 |
|
38 |
[% IF ( CAN_user_plugins_manage ) %] |
48 |
[% IF ( CAN_user_plugins_manage ) %] |
39 |
<div class="btn-toolbar" id="toolbar"> |
49 |
<div class="btn-toolbar" id="toolbar"> |
40 |
<a href="/cgi-bin/koha/plugins/plugins-upload.pl" id="upload_plugin" class="btn btn-default"><i class="fa fa-upload"></i> Upload plugin</a> |
50 |
<div> |
41 |
|
51 |
<a href="/cgi-bin/koha/plugins/plugins-upload.pl" id="upload_plugin" class="pat"><i class="fa fa-upload"></i> Upload plugin</a> |
42 |
<div class="btn-group"> |
52 |
|
43 |
<button class="btn btn-default dropdown-toggle" data-toggle="dropdown"><i class="fa fa-eye"></i> View plugins by class <span class="caret"></span></button> |
53 |
<div class="btn-group"> |
44 |
<ul class="dropdown-menu"> |
54 |
<button class="pat" data-toggle="dropdown"><i class="fa fa-eye"></i> View plugins by class <span class="caret"></span></button> |
45 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl">View all plugins</a></li> |
55 |
<ul class="dropdown-menu"> |
46 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">View report plugins</a></li> |
56 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl">View all plugins</a></li> |
47 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">View tool plugins</a></li> |
57 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">View report plugins</a></li> |
48 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=to_marc">View MARC conversion plugins</a></li> |
58 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">View tool plugins</a></li> |
49 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=opac_online_payment">View online payment plugins</a></li> |
59 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=to_marc">View MARC conversion plugins</a></li> |
50 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=intranet_catalog_biblio_enhancements">View staff catalog biblio enhancement plugins</a></li> |
60 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=opac_online_payment">View online payment plugins</a></li> |
51 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=ill_availability_services">View ILL availability plugins</a></li> |
61 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=intranet_catalog_biblio_enhancements">View staff catalog biblio enhancement plugins</a></li> |
52 |
</ul> |
62 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=ill_availability_services">View ILL availability plugins</a></li> |
53 |
</div> |
63 |
</ul> |
|
|
64 |
</div> |
54 |
|
65 |
|
55 |
[% IF can_search %] |
66 |
[% IF can_search %] |
56 |
<div class="btn-group"> |
67 |
<div class="btn-group"> |
57 |
<form class="form-inline" id="plugin-search-form"> |
68 |
<form class="form-inline" id="plugin-search-form"> |
58 |
<div class="form-group"> |
69 |
<div class="form-group"> |
59 |
<div class="input-group"> |
70 |
<div class="input-group"> |
60 |
<input type="text" class="form-control" name="plugin-search" id="plugin-repo-search" placeholder="Search for plugins" value="[% search_term | html %]"/> |
71 |
<input type="text" class="form-control" name="plugin-search" id="plugin-repo-search" placeholder="Search for plugins" value="[% search_term | html %]"/> |
61 |
<div class="input-group-btn"> |
72 |
<div class="input-group-btn"> |
62 |
<button class="btn btn-default" type="button" id="plugin-search-button"><i class="fa fa-search"></i></button> |
73 |
<button class="btn btn-default" type="button" id="plugin-search-button"><i class="fa fa-search"></i></button> |
|
|
74 |
</div> |
63 |
</div> |
75 |
</div> |
64 |
</div> |
76 |
</div> |
65 |
</div> |
77 |
</form> |
66 |
</form> |
78 |
</div> |
|
|
79 |
[% END %] |
67 |
</div> |
80 |
</div> |
68 |
[% END %] |
|
|
69 |
</div> |
81 |
</div> |
70 |
[% END %] |
82 |
[% END %] |
71 |
|
83 |
|
72 |
- |
|
|