Lines 22-27
Link Here
|
22 |
</div> |
22 |
</div> |
23 |
</div> |
23 |
</div> |
24 |
<div class="span10"> |
24 |
<div class="span10"> |
|
|
25 |
[% IF Koha.Preference( 'EnhancedMessagingPreferences' ) %] |
25 |
[% IF Koha.Preference( 'OPACEnhancedMessagingPreferences' ) %] |
26 |
[% IF Koha.Preference( 'OPACEnhancedMessagingPreferences' ) %] |
26 |
<div id="usermessaging"> |
27 |
<div id="usermessaging"> |
27 |
<h3>Your messaging settings</h3> |
28 |
<h3>Your messaging settings</h3> |
Lines 133-139
Link Here
|
133 |
[% ELSE %] |
134 |
[% ELSE %] |
134 |
<h4>You are not allowed to call this page directly</h4> |
135 |
<h4>You are not allowed to call this page directly</h4> |
135 |
[% END %] |
136 |
[% END %] |
136 |
</div> <!-- / .span10 --> |
137 |
[% ELSE %] |
|
|
138 |
<h4>You are not allowed to call this page directly</h4> |
139 |
[% END %] |
140 |
</div> <!-- / .span10 --> |
137 |
</div> <!-- / .row-fluid --> |
141 |
</div> <!-- / .row-fluid --> |
138 |
</div> <!-- / .container-fluid --> |
142 |
</div> <!-- / .container-fluid --> |
139 |
</div> <!-- / .main --> |
143 |
</div> <!-- / .main --> |
140 |
- |
|
|