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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (-15 / +18 lines)
Lines 1278-1299 div.message ul+h4 { Link Here
1278
}
1278
}
1279
1279
1280
div.note {
1280
div.note {
1281
	background: #f4f6fa;
1281
    background: #f4f6fa;
1282
	background-repeat : no-repeat;
1282
    background: -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1283
	background-position : left center;
1283
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1284
	background-image : url("../../img/note.png");
1284
    background: -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1285
	background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1285
    background: -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1286
	background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1286
    background: -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1287
	background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1287
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1288
	background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1288
    background: linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1289
	background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1289
    border : 1px solid #BCBCBC;
1290
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1290
    padding : .5em;
1291
	background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1291
    margin : .5em 0;
1292
	border : 1px solid #BCBCBC;
1293
	padding : .5em .5em .5em 20px;
1294
	margin : .5em 0;
1295
}
1292
}
1296
 
1293
1294
div.note i.fa-exclamation {
1295
    color: #cc0000;
1296
    font-style: italic;
1297
    padding: 0 0.3em;
1298
}
1299
1297
 div.results {
1300
 div.results {
1298
 	padding : .7em 0;
1301
 	padding : .7em 0;
1299
 }
1302
 }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-2 / +2 lines)
Lines 74-80 $(document).ready(function() { Link Here
74
	   [% IF ( action_add_category ) %]New category[% END %]
74
	   [% IF ( action_add_category ) %]New category[% END %]
75
	</h1>
75
	</h1>
76
76
77
    [% IF ( action_modify ) %]<div class="note"><strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div>[% END %]
77
    [% IF ( action_modify ) %]<div class="note"><i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div>[% END %]
78
78
79
 <form action="/cgi-bin/koha/admin/authorised_values.pl" name="Aform" method="post">
79
 <form action="/cgi-bin/koha/admin/authorised_values.pl" name="Aform" method="post">
80
    <input type="hidden" name="op" value="add" />
80
    <input type="hidden" name="op" value="add" />
Lines 167-173 $(document).ready(function() { Link Here
167
</div>
167
</div>
168
168
169
<h1>Authorized values</h1>
169
<h1>Authorized values</h1>
170
<div class="note"><strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div>
170
<div class="note"><i class="fa fa-exclamation"></i> <strong>NOTE:</strong> If you change an authorized value code, existing records using it won't be updated. Changes to value descriptions will show immediately.</div>
171
171
172
[% FOR m IN messages %]
172
[% FOR m IN messages %]
173
    <div class="dialog [% m.type %]">
173
    <div class="dialog [% m.type %]">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt (-2 / +2 lines)
Lines 175-181 $(document).ready(function() { Link Here
175
              [% END %]
175
              [% END %]
176
            </tbody>
176
            </tbody>
177
          </table>
177
          </table>
178
          <div class="note">Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div>
178
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected bibliographic records, attached subscriptions, existing holds, and attached items!</div>
179
      [% ELSE %]
179
      [% ELSE %]
180
        <div id="toolbar">
180
        <div id="toolbar">
181
          <a id="selectall" href="#">Select all</a>
181
          <a id="selectall" href="#">Select all</a>
Lines 203-209 $(document).ready(function() { Link Here
203
              [% END %]
203
              [% END %]
204
            </tbody>
204
            </tbody>
205
          </table>
205
          </table>
206
          <div class="note">Reminder: this action will delete all selected authorities!</div>
206
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will delete all selected authorities!</div>
207
      [% END %]
207
      [% END %]
208
        <fieldset class="action">
208
        <fieldset class="action">
209
          <input type="hidden" name="op" value="delete" />
209
          <input type="hidden" name="op" value="delete" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt (-2 / +2 lines)
Lines 215-221 $(document).ready(function() { Link Here
215
              [% END %]
215
              [% END %]
216
            </tbody>
216
            </tbody>
217
          </table>
217
          </table>
218
          <div class="note">Reminder: this action will modify all selected biblios!</div>
218
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected biblios!</div>
219
        [% ELSE %]
219
        [% ELSE %]
220
          <div id="toolbar">
220
          <div id="toolbar">
221
            <a id="selectall" href="#">Select all</a>
221
            <a id="selectall" href="#">Select all</a>
Lines 241-247 $(document).ready(function() { Link Here
241
              [% END %]
241
              [% END %]
242
            </tbody>
242
            </tbody>
243
          </table>
243
          </table>
244
          <div class="note">Reminder: this action will modify all selected authorities!</div>
244
          <div class="note"><i class="fa fa-exclamation"></i> Reminder: this action will modify all selected authorities!</div>
245
        [% END %]
245
        [% END %]
246
        <fieldset class="action">
246
        <fieldset class="action">
247
          <input type="hidden" name="op" value="modify" />
247
          <input type="hidden" name="op" value="modify" />

Return to bug 16032