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

(-)a/koha-tmpl/intranet-tmpl/prog/css/staff-global.css (-5 / +1 lines)
Lines 676-682 fieldset.rows legend { Link Here
676
fieldset.rows label, fieldset.rows span.label {  
676
fieldset.rows label, fieldset.rows span.label {  
677
	float: left;  
677
	float: left;  
678
	font-weight : bold;
678
	font-weight : bold;
679
	width: 6em;  
679
    width: 9em;
680
	margin-right: 1em;  
680
	margin-right: 1em;  
681
	text-align: right;
681
	text-align: right;
682
}
682
}
Lines 688-697 fieldset.rows fieldset { Link Here
688
	padding : .3em;
688
	padding : .3em;
689
}
689
}
690
690
691
.yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
692
	width: 9em;  
693
}
694
695
.yui-b fieldset.rows td label, .yui-b fieldset.rows td span.label {
691
.yui-b fieldset.rows td label, .yui-b fieldset.rows td span.label {
696
        width: auto;
692
        width: auto;
697
}
693
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-5 / +6 lines)
Lines 10-20 Link Here
10
10
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
12
12
13
<div id="doc3" class="yui-t7">
14
13
15
   <div id="bd">
14
<div class="main container-fluid">
16
    <div id="yui-main">
15
    <div class="row">
17
    <div class="yui-g">
16
        <div class="col-md-12">
17
18
            <h1>About Koha</h1>
18
            <h1>About Koha</h1>
19
19
20
    <div id="abouttabs" class="toptabs numbered">
20
    <div id="abouttabs" class="toptabs numbered">
Lines 1039-1045 Link Here
1039
        </div>
1039
        </div>
1040
1040
1041
    </div>
1041
    </div>
1042
</div></div></div>
1042
</div>
1043
</div>
1043
1044
1044
[% MACRO jsinclude BLOCK %]
1045
[% MACRO jsinclude BLOCK %]
1045
    <script type="text/javascript">
1046
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-7 / +9 lines)
Lines 10-22 Link Here
10
10
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Administration</div>
11
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Administration</div>
12
12
13
<div id="doc" class="yui-t7">
13
<div class="main container-fluid">
14
    <div id="bd">
14
    <div class="row">
15
        <div id="yui-main" class="sysprefs">
15
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
16
            <div class="yui-g"><h1>Koha administration</h1></div>
16
17
            <div class="yui-g">
17
        <h1>Koha administration</h1>
18
        <div class="row">
19
            <div class="col-md-6 sysprefs">
18
20
19
                <div class="yui-u first">
20
                <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
21
                <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
21
                <fieldset>
22
                <fieldset>
22
                    <h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4>
23
                    <h4><a href="/cgi-bin/koha/admin/preferences.pl">Global system preferences</a></h4>
Lines 67-73 Link Here
67
                    </dl>
68
                    </dl>
68
                [% END %]
69
                [% END %]
69
                </div>
70
                </div>
70
                <div class="yui-u">
71
                <div class="col-md-6 sysprefs">
71
                <h3>Catalog</h3>
72
                <h3>Catalog</h3>
72
                <dl>
73
                <dl>
73
                    <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
74
                    <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
Lines 134-137 Link Here
134
        </div>
135
        </div>
135
    </div>
136
    </div>
136
</div>
137
</div>
138
137
[% INCLUDE 'intranet-bottom.inc' %]
139
[% INCLUDE 'intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-3 / +1 lines)
Lines 14-21 Link Here
14
</head>
14
</head>
15
<body id="main_auth" class="main">
15
<body id="main_auth" class="main">
16
16
17
<div id="doc" class="yui-t7">
17
<div class="main container-fluid">
18
   <div id="bd">
19
18
20
<div id="login">
19
<div id="login">
21
<h1><a href="http://koha-community.org">Koha</a></h1>
20
<h1><a href="http://koha-community.org">Koha</a></h1>
Lines 109-115 Link Here
109
<!-- </ul> -->
108
<!-- </ul> -->
110
109
111
</div>
110
</div>
112
</div>
113
111
114
[% MACRO jsinclude BLOCK %]
112
[% MACRO jsinclude BLOCK %]
115
    <script type="text/javascript">
113
    <script type="text/javascript">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt (-8 / +9 lines)
Lines 8-21 Link Here
8
[% INCLUDE 'circ-search.inc' %]
8
[% INCLUDE 'circ-search.inc' %]
9
9
10
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Reports</div>
10
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Reports</div>
11
<div id="doc" class="yui-t7">
12
11
13
   <div id="bd">
12
<div class="main container-fluid">
14
    <div id="yui-main">
13
    <div class="row">
14
        <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
15
16
        <h2>Guided reports</h2>
17
        <div class="row">
18
            <div class="col-xs-6">
15
19
16
    <div class="yui-g">
17
    <h1>Reports</h1>
18
    <div class="yui-u first"><h2>Guided reports</h2>
19
        <ul>
20
        <ul>
20
            <li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a></li>
21
            <li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports wizard</a></li>
21
            [% IF ( CAN_user_reports_create_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li>[% END %]
22
            [% IF ( CAN_user_reports_create_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li>[% END %]
Lines 48-54 Link Here
48
49
49
    </div>
50
    </div>
50
51
51
    <div class="yui-u"><h2>Top lists</h2>
52
    <div class="col-xs-6"><h2>Top lists</h2>
52
	<ul>
53
	<ul>
53
        <li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
54
        <li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
54
        <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
55
        <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
Lines 73-79 Link Here
73
74
74
75
75
</div>
76
</div>
76
    <div class="yui-g" id="intranet-reports-home-html">
77
    <div class="col-md-12" id="intranet-reports-home-html">
77
        [% Koha.Preference('IntranetReportsHomeHTML') %]
78
        [% Koha.Preference('IntranetReportsHomeHTML') %]
78
    </div>
79
    </div>
79
</div>
80
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (-10 / +8 lines)
Lines 18-26 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Link Here
18
18
19
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle |html %]</i></a> &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</div>
19
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> &rsaquo; [% IF ( modify ) %]<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid %]"><i>[% bibliotitle |html %]</i></a> &rsaquo; Modify subscription[% ELSE %]New subscription[% END %]</div>
20
20
21
<div id="doc3" class="yui-t7">
21
<div class="main container-fluid">
22
    <div id="bd">
22
    <div class="row">
23
        <div class="yui-g">
23
24
            <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
24
            <h1>[% IF ( modify ) %] Modify subscription for <i>[% bibliotitle |html %]</i>[% ELSE %]Add a new subscription[% END %] (<span id="page_number">1/2</span>)</h1>
25
            <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
25
            <form method="post" id="subscription_add_form" name="f" action="/cgi-bin/koha/serials/subscription-add.pl" class="validated">
26
                [% IF ( modify ) %]
26
                [% IF ( modify ) %]
Lines 33-39 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Link Here
33
                <input type="hidden" name="irreg_check" value="0" />
33
                <input type="hidden" name="irreg_check" value="0" />
34
34
35
                <div id="page_1">
35
                <div id="page_1">
36
                    <div class="yui-u first">
36
                    <div class="col-md-6">
37
                        <fieldset id="subscription_add_information" class="rows">
37
                        <fieldset id="subscription_add_information" class="rows">
38
                            <legend>Subscription details</legend>
38
                            <legend>Subscription details</legend>
39
                            <ol>
39
                            <ol>
Lines 203-209 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Link Here
203
                </div>
203
                </div>
204
204
205
                <div id="page_2">
205
                <div id="page_2">
206
                    <div class="yui-u first">
206
                    <div class="col-md-6">
207
                        <div id="subscription_form_planning">
207
                        <div id="subscription_form_planning">
208
                            <fieldset class="rows">
208
                            <fieldset class="rows">
209
                                <legend>Serials planning</legend>
209
                                <legend>Serials planning</legend>
Lines 357-363 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Link Here
357
                                        <table id="advancedpredictionpatternt">
357
                                        <table id="advancedpredictionpatternt">
358
                                            <thead>
358
                                            <thead>
359
                                                <tr>
359
                                                <tr>
360
                                                    <th colspan="4">Advanced prediction pattern</td>
360
                                                    <th colspan="4">Advanced prediction pattern</th>
361
                                                </tr>
361
                                                </tr>
362
                                                <tr>
362
                                                <tr>
363
                                                    <th>&nbsp;</th>
363
                                                    <th>&nbsp;</th>
Lines 411-417 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Link Here
411
                                                </tr>
411
                                                </tr>
412
                                                <tr>
412
                                                <tr>
413
                                                    [% BLOCK numbering_select %]
413
                                                    [% BLOCK numbering_select %]
414
                                                        <select disabled="disabled" id="[% name %]" name="[% name %]" />
414
                                                        <select disabled="disabled" id="[% name %]" name="[% name %]">
415
                                                            <option value=""></option>
415
                                                            <option value=""></option>
416
                                                            <option value="dayname">Name of day</option>
416
                                                            <option value="dayname">Name of day</option>
417
                                                            <option value="dayabrv">Name of day (abbreviated)</option>
417
                                                            <option value="dayabrv">Name of day (abbreviated)</option>
Lines 475-488 fieldset.rows li.radio { width: 100%; } /* override staff-global.css */ Link Here
475
                            </fieldset>
475
                            </fieldset>
476
                        </div>
476
                        </div>
477
                    </div>
477
                    </div>
478
                    <div class="yui-u">
478
                    <div class="col-md-6">
479
                        <li id="displayexample"></li>
479
                        <li id="displayexample"></li>
480
                    </div>
480
                    </div>
481
                </div>
481
                </div>
482
            </form>
482
            </form>
483
        </div>
483
        </div>
484
    </div>
485
</div>
486
484
487
[% MACRO jsinclude BLOCK %]
485
[% MACRO jsinclude BLOCK %]
488
    [% INCLUDE 'calendar.inc' %]
486
    [% INCLUDE 'calendar.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-5 / +11 lines)
Lines 220-229 Link Here
220
</div>
220
</div>
221
[% ELSE %]
221
[% ELSE %]
222
222
223
[% IF ( op_save ) %]<div id="doc" class="yui-t7">[% ELSE %]<div id="doc3" class="yui-t2">[% END %]
223
[% IF ( op_save ) %]
224
<div id="bd">
224
    <div class="main container-fluid">
225
    <div id="yui-main">
225
        <div class="row">
226
    <div class="yui-b">
226
            <div class="col-md-8 col-md-offset-2">
227
[% ELSE %]
228
    <div id="doc3" class="yui-t2">
229
        <div id="bd">
230
            <div id="yui-main">
231
                <div class="yui-b">
232
[% END %]
233
227
[% IF ( op_save ) %]
234
[% IF ( op_save ) %]
228
    <form id="add_edit" action="suggestion.pl" method="post" class="validated">
235
    <form id="add_edit" action="suggestion.pl" method="post" class="validated">
229
    <input type="hidden" name="redirect" id="redirect" value="[% redirect %]" />
236
    <input type="hidden" name="redirect" id="redirect" value="[% redirect %]" />
230
- 

Return to bug 20045