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