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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/guided-reports-view.inc (-5 / +5 lines)
Lines 1-15 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
<div id="navmenu">
2
<div id="navmenu">
3
    <div id="navmenulist">
3
    <div id="navmenulist">
4
        
5
            [% IF ( CAN_user_reports_execute_reports ) %]<h4>Run reports</h4><ul><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li></ul>[% END %]
6
        
7
            <h4>Reports dictionary</h4>
4
        <ul>
8
        <ul>
5
            [% IF ( CAN_user_reports_execute_reports ) %]<h5>Run reports</h5><li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li>[% END %]
6
        </ul>
7
        <ul>
8
            <h5>Reports dictionary</h5>
9
            <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
9
            <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
10
        </ul>
10
        </ul>
11
            <h4>Useful resources</h4>
11
        <ul>
12
        <ul>
12
            <h5>Useful resources</h5>
13
            <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
13
            <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
14
            [% SET koha_version = Koha.Version %]
14
            [% SET koha_version = Koha.Version %]
15
            [% IF koha_version.development %]
15
            [% IF koha_version.development %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-5 / +2 lines)
Lines 24-33 Link Here
24
[%# - search_field: <select patron field list> %]
24
[%# - search_field: <select patron field list> %]
25
[%# - search_type: <select "contain" or "start with"> %]
25
[%# - search_type: <select "contain" or "start with"> %]
26
[% BLOCK patron_search_filters %]
26
[% BLOCK patron_search_filters %]
27
<div id="filters">
28
    <form id="patron_search_form">
27
    <form id="patron_search_form">
29
        <fieldset class="brief">
28
        <fieldset class="sidebar">
30
            <h4>Search for patron</h4>
29
            <h3>Search for patron</h3>
31
            <ol>
30
            <ol>
32
                <li>
31
                <li>
33
                    <label for="search_patron_filter">Search:</label>
32
                    <label for="search_patron_filter">Search:</label>
Lines 99-105 Link Here
99
            </fieldset>
98
            </fieldset>
100
        </fieldset>
99
        </fieldset>
101
    </form>
100
    </form>
102
</div>
103
[% END %]
101
[% END %]
104
102
105
[%# Display the table with: %]
103
[%# Display the table with: %]
106
- 

Return to bug 30952