|
Lines 152-157
Link Here
|
| 152 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> |
152 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=serial">Serials (new issue)</a></li> |
| 153 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
153 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=suggestions">Suggestions</a></li> |
| 154 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
154 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=pos">Point of sale</a></li> |
|
|
155 |
<li><a href="/cgi-bin/koha/tools/letter.pl?op=add_form&module=add_message">Add message</a></li> |
| 155 |
</ul> |
156 |
</ul> |
| 156 |
</div> |
157 |
</div> |
| 157 |
</div> <!-- /#toolbar --> |
158 |
</div> <!-- /#toolbar --> |
|
Lines 208-213
Link Here
|
| 208 |
[% CASE 'serial' %]<span>Serials (new issue)</span> |
209 |
[% CASE 'serial' %]<span>Serials (new issue)</span> |
| 209 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
210 |
[% CASE 'suggestions' %]<span>Suggestions</span> |
| 210 |
[% CASE 'pos' %]<span>Point of sale</span> |
211 |
[% CASE 'pos' %]<span>Point of sale</span> |
|
|
212 |
[% CASE 'add_message' %]<span>Add message</span> |
| 211 |
[% CASE %]<span>[% lette.module | html %]</span> |
213 |
[% CASE %]<span>[% lette.module | html %]</span> |
| 212 |
[% END %] |
214 |
[% END %] |
| 213 |
</td> |
215 |
</td> |
|
Lines 377-382
Link Here
|
| 377 |
[% ELSE %] |
379 |
[% ELSE %] |
| 378 |
<option value="pos">Point of sale</option> |
380 |
<option value="pos">Point of sale</option> |
| 379 |
[% END %] |
381 |
[% END %] |
|
|
382 |
[% IF ( module == "add_message" ) %] |
| 383 |
<option value="add_message" selected="selected">Add message</option> |
| 384 |
[% ELSE %] |
| 385 |
<option value="add_message">Add message</option> |
| 386 |
[% END %] |
| 380 |
</select> |
387 |
</select> |
| 381 |
</li> |
388 |
</li> |
| 382 |
<li> |
389 |
<li> |
| 383 |
- |
|
|