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

(-)a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css (+8 lines)
Lines 692-697 fieldset.rows ol.radio label.radio { Link Here
692
	margin-right : 1em;
692
	margin-right : 1em;
693
}
693
}
694
694
695
fieldset.rows caption {
696
    font-size : 120%;
697
}
698
699
fieldset.rows p {
700
    margin : 1em 0 1em 1em;
701
}
702
695
fieldset.rows table {
703
fieldset.rows table {
696
	font-size : 105%;
704
	font-size : 105%;
697
	clear : both;
705
	clear : both;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-4 / +3 lines)
Lines 1384-1391 Link Here
1384
    <legend>Additional attributes and identifiers</legend>
1384
    <legend>Additional attributes and identifiers</legend>
1385
    [% FOREACH pa_loo IN patron_attributes %]
1385
    [% FOREACH pa_loo IN patron_attributes %]
1386
        [% IF pa_loo.class %]
1386
        [% IF pa_loo.class %]
1387
            <h4>[% pa_loo.lib %]</h4>
1387
            <table id="aai_[% pa_loo.class %]" class="attributes_table">
1388
            <table id=aai_[% pa_loo.class %] class="attributes_table">
1388
            <caption>[% pa_loo.lib %]</caption>
1389
        [% ELSE %]
1389
        [% ELSE %]
1390
            <table id="aai" class="attributes_table">
1390
            <table id="aai" class="attributes_table">
1391
        [% END %]
1391
        [% END %]
Lines 1497-1503 Link Here
1497
    <input type="hidden" name="setting_messaging_prefs" value="1" />
1497
    <input type="hidden" name="setting_messaging_prefs" value="1" />
1498
    <legend id="patron_messaging_prefs_lgd">Patron messaging preferences</legend>
1498
    <legend id="patron_messaging_prefs_lgd">Patron messaging preferences</legend>
1499
    [% IF type_only %]
1499
    [% IF type_only %]
1500
        <i>If no preferences are selected, the default preferences for the category chosen will be applied on save, otherwise your selection here is saved</i>
1500
        <p>If no preferences are selected, the default preferences for the category chosen will be applied on save, otherwise your selection here is saved</p>
1501
    [% END %]
1501
    [% END %]
1502
    [% INCLUDE 'messaging-preference-form.inc' %]
1502
    [% INCLUDE 'messaging-preference-form.inc' %]
1503
    [% IF ( SMSSendDriver ) %]
1503
    [% IF ( SMSSendDriver ) %]
1504
- 

Return to bug 8048