Lines 175-180
Link Here
|
175 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
175 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
176 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
176 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
177 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Reports</a></li> |
177 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=report">Reports</a></li> |
|
|
178 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=add_message">Add message</a></li> |
178 |
</ul> |
179 |
</ul> |
179 |
</div> |
180 |
</div> |
180 |
</div> <!-- /#toolbar --> |
181 |
</div> <!-- /#toolbar --> |
Lines 235-240
Link Here
|
235 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
236 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
236 |
[% CASE 'pos' %]<span>Point of sale</span> |
237 |
[% CASE 'pos' %]<span>Point of sale</span> |
237 |
[% CASE 'report' %]<span>Reports</span> |
238 |
[% CASE 'report' %]<span>Reports</span> |
|
|
239 |
[% CASE 'add_message' %]<span>Add message</span> |
238 |
[% CASE %]<span>[% lette.module | html %]</span> |
240 |
[% CASE %]<span>[% lette.module | html %]</span> |
239 |
[% END %] |
241 |
[% END %] |
240 |
</td> |
242 |
</td> |
Lines 428-433
Link Here
|
428 |
[% ELSE %] |
430 |
[% ELSE %] |
429 |
<option value="report">Reports</option> |
431 |
<option value="report">Reports</option> |
430 |
[% END %] |
432 |
[% END %] |
|
|
433 |
[% IF ( module == "add_message" ) %] |
434 |
<option value="add_message" selected="selected">Add message</option> |
435 |
[% ELSE %] |
436 |
<option value="add_message">Add message</option> |
437 |
[% END %] |
431 |
</select> |
438 |
</select> |
432 |
</li> |
439 |
</li> |
433 |
<li> |
440 |
<li> |
434 |
- |
|
|