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

(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-9 lines)
Lines 1177-1186 div { Link Here
1177
    display: none;
1177
    display: none;
1178
}
1178
}
1179
1179
1180
.tip {
1181
    color: #808080;
1182
}
1183
1184
.single-line {
1180
.single-line {
1185
    white-space: nowrap;
1181
    white-space: nowrap;
1186
}
1182
}
Lines 3155-3165 label { Link Here
3155
        padding-left: 0;
3151
        padding-left: 0;
3156
    }
3152
    }
3157
3153
3158
    &.tip {
3159
        display: block;
3160
        margin: .5em 0;
3161
    }
3162
3163
    &.disabled {
3154
    &.disabled {
3164
        color: #CCC;
3155
        color: #CCC;
3165
        cursor: not-allowed;
3156
        cursor: not-allowed;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt (-2 / +2 lines)
Lines 45-51 Link Here
45
                                [% ELSE %]
45
                                [% ELSE %]
46
                                    </ul>
46
                                    </ul>
47
                                    <p class="error">User [% user | $HtmlTags tag=>'code' %] doesn't have enough privilege on database [% dbname | $HtmlTags tag=>'code' %].</p>
47
                                    <p class="error">User [% user | $HtmlTags tag=>'code' %] doesn't have enough privilege on database [% dbname | $HtmlTags tag=>'code' %].</p>
48
                                    <p class="tip">Ask for or make a change in the user's privileges. User [% user | $HtmlTags tag=>'code' %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database [% dbname | $HtmlTags tag=>'code' %].</p>
48
                                    <p class="hint">Ask for or make a change in the user's privileges. User [% user | $HtmlTags tag=>'code' %] must have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on database [% dbname | $HtmlTags tag=>'code' %].</p>
49
                                    <p>Need help? For help with granting permissions, please search online for "[% dbms | $HtmlTags tag=>'code' %] manual grant permissions"
49
                                    <p>Need help? For help with granting permissions, please search online for "[% dbms | $HtmlTags tag=>'code' %] manual grant permissions"
50
                                    </p>
50
                                    </p>
51
                                [% END %]
51
                                [% END %]
Lines 64-70 Link Here
64
                            [% END %]
64
                            [% END %]
65
                        [% ELSE %]
65
                        [% ELSE %]
66
                            <div class="alert alert-warning" role="alert">[% error | html %] : [% message | html %]</div>
66
                            <div class="alert alert-warning" role="alert">[% error | html %] : [% message | html %]</div>
67
                            <div class="tip">
67
                            <div class="hint">
68
                                <ul>
68
                                <ul>
69
                                    <li>Check that your database is running.</li>
69
                                    <li>Check that your database is running.</li>
70
                                    <li>Check your database settings in [% 'koha-conf.xml' | $HtmlTags Tag=>'code' %].</li>
70
                                    <li>Check your database settings in [% 'koha-conf.xml' | $HtmlTags Tag=>'code' %].</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
                <h1>Subscription routing lists for [% INCLUDE 'patron-title.inc' %]</h1>
38
                <h1>Subscription routing lists for [% INCLUDE 'patron-title.inc' %]</h1>
39
<!-- Search Bar -->
39
<!-- Search Bar -->
40
<p class="tip">Search subscriptions:</p>
40
<p class="hint">Search subscriptions:</p>
41
<form action="/cgi-bin/koha/serials/serials-search.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing | html %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter | html %]" /> <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter | html %]" /><input type="submit" class="btn btn-primary" value="Search" />
41
<form action="/cgi-bin/koha/serials/serials-search.pl" method="get">[% IF ( routing ) %]<input type="hidden" name="routing" value="[% routing | html %]" />[% END %]<input type="hidden" name="searched" value="1" /> <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter | html %]" /> <label for="title_filter">Title:</label> <input type="text" size="20" maxlength="40" name="title_filter" id="title_filter" value="[% title_filter | html %]" /><input type="submit" class="btn btn-primary" value="Search" />
42
</form>
42
</form>
43
<!-- Search Bar End -->
43
<!-- Search Bar End -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (-2 / +1 lines)
Lines 78-84 Link Here
78
                  <option value=""></option>
78
                  <option value=""></option>
79
                  [% PROCESS options_for_libraries libraries => Branches.all() %]
79
                  [% PROCESS options_for_libraries libraries => Branches.all() %]
80
                </select>
80
                </select>
81
                <span class="tip">Select none to see all libraries</span>
81
                <div class="hint">Select none to see all libraries</div>
82
              </li>
82
              </li>
83
            </ol>
83
            </ol>
84
          </fieldset>
84
          </fieldset>
85
- 

Return to bug 31667