|
Lines 179-184
Link Here
|
| 179 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> |
179 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> |
| 180 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
180 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
| 181 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
181 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
|
|
182 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=add_message">Add message</a></li> |
| 182 |
</ul> |
183 |
</ul> |
| 183 |
</div> |
184 |
</div> |
| 184 |
</div> <!-- /#toolbar --> |
185 |
</div> <!-- /#toolbar --> |
|
Lines 236-241
Link Here
|
| 236 |
[% CASE 'serial' %]<span>Serials (new issue)</span> |
237 |
[% CASE 'serial' %]<span>Serials (new issue)</span> |
| 237 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
238 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
| 238 |
[% CASE 'pos' %]<span>Point of sale</span> |
239 |
[% CASE 'pos' %]<span>Point of sale</span> |
|
|
240 |
[% CASE 'add_message' %]<span>Add message</span> |
| 239 |
[% CASE %]<span>[% lette.module | html %]</span> |
241 |
[% CASE %]<span>[% lette.module | html %]</span> |
| 240 |
[% END %] |
242 |
[% END %] |
| 241 |
</td> |
243 |
</td> |
|
Lines 406-411
Link Here
|
| 406 |
[% ELSE %] |
408 |
[% ELSE %] |
| 407 |
<option value="pos">Point of sale</option> |
409 |
<option value="pos">Point of sale</option> |
| 408 |
[% END %] |
410 |
[% END %] |
|
|
411 |
[% IF ( module == "add_message" ) %] |
| 412 |
<option value="add_message" selected="selected">Add message</option> |
| 413 |
[% ELSE %] |
| 414 |
<option value="add_message">Add message</option> |
| 415 |
[% END %] |
| 409 |
</select> |
416 |
</select> |
| 410 |
</li> |
417 |
</li> |
| 411 |
<li> |
418 |
<li> |
| 412 |
- |
|
|