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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-2 / +2 lines)
Lines 52-58 Link Here
52
[% IF ( IndependantBranches ) %][% ELSE %]
52
[% IF ( IndependantBranches ) %][% ELSE %]
53
<p><label for="branch">Library:</label>
53
<p><label for="branch">Library:</label>
54
    <select name="branch" id="branch" class="input" tabindex="3">
54
    <select name="branch" id="branch" class="input" tabindex="3">
55
    <option value="">My Library</option>
55
    <option value="">My library</option>
56
    [% FOREACH branchloo IN branchloop %]
56
    [% FOREACH branchloo IN branchloop %]
57
    <option value="[% branchloo.branchcode %]">[% branchloo.branchname %]</option>
57
    <option value="[% branchloo.branchcode %]">[% branchloo.branchname %]</option>
58
    [% END %]
58
    [% END %]
Lines 65-71 Link Here
65
<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
65
<p class="submit"><input id="submit" type="submit" value="Login" tabindex="4" /></p>
66
</form>
66
</form>
67
<!--<ul> -->
67
<!--<ul> -->
68
<!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password Lost and Found">Lost your password?</a></li> -->
68
<!--	<li><a href="/cgi-bin/koha/lostpassword.pl" title="Password lost and found">Lost your password?</a></li> -->
69
<!-- </ul> -->
69
<!-- </ul> -->
70
70
71
</div>
71
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt (-2 / +1 lines)
Lines 46-52 Link Here
46
        <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
46
        <h3><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></h3>
47
        <ul>
47
        <ul>
48
        [% IF ( CAN_user_catalogue || CAN_user_editcatalogue ) %]
48
        [% IF ( CAN_user_catalogue || CAN_user_editcatalogue ) %]
49
                <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC Record</a></li>
49
                <li><a href="/cgi-bin/koha/cataloguing/addbiblio.pl">Add MARC record</a></li>
50
        [% END %]
50
        [% END %]
51
        [% IF ( CAN_user_editauthorities ) %]
51
        [% IF ( CAN_user_editauthorities ) %]
52
                <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
52
                <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
53
- 

Return to bug 2780