View | Details | Raw Unified | Return to bug 8440
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-5 / +4 lines)
Lines 392-399 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
392
        <thead>
392
        <thead>
393
            <tr><th>&nbsp;</th>
393
            <tr><th>&nbsp;</th>
394
            <th>Suggestion</th>
394
            <th>Suggestion</th>
395
            <th>Suggested by /on</th>
395
            <th>Suggested by - on</th>
396
            <th>Managed by /on</th>
396
            <th>Managed by - on</th>
397
            <th>Library</th>
397
            <th>Library</th>
398
            <th>Budget</th>
398
            <th>Budget</th>
399
            <th>Status</th></tr>
399
            <th>Status</th></tr>
Lines 415-425 $(document).ready(function() { calcNewsuggTotal(); }); Link Here
415
                </td>
415
                </td>
416
                <td>
416
                <td>
417
                    [% IF ( suggestions_loo.emailsuggestedby ) %]<a href="mailto:[% suggestions_loo.emailsuggestedby %]">[% END %][% suggestions_loo.surnamesuggestedby %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby %][% END %] [% IF ( suggestions_loo.emailsuggestedby ) %]</a>[% END %]
417
                    [% IF ( suggestions_loo.emailsuggestedby ) %]<a href="mailto:[% suggestions_loo.emailsuggestedby %]">[% END %][% suggestions_loo.surnamesuggestedby %][% IF ( suggestions_loo.firstnamesuggestedby ) %], [% suggestions_loo.firstnamesuggestedby %][% END %] [% IF ( suggestions_loo.emailsuggestedby ) %]</a>[% END %]
418
                    [% IF ( suggestions_loo.suggesteddate ) %] / [% suggestions_loo.suggesteddate %][% END %]
418
                    [% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate %][% END %]
419
                </td>
419
                </td>
420
                <td>
420
                <td>
421
                    [% IF ( suggestions_loo.emailmanagedby ) %]<a href="mailto:[% suggestions_loo.emailmanagedby %]">[% END %][% suggestions_loo.surnamemanagedby %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby %][% END %] [% IF ( suggestions_loo.emailmanagedby ) %]</a>[% END %]
421
                    [% IF ( suggestions_loo.emailmanagedby ) %]<a href="mailto:[% suggestions_loo.emailmanagedby %]">[% END %][% suggestions_loo.surnamemanagedby %][% IF ( suggestions_loo.firstnamemanagedby ) %], [% suggestions_loo.firstnamemanagedby %][% END %] [% IF ( suggestions_loo.emailmanagedby ) %]</a>[% END %]
422
                    [% IF ( suggestions_loo.manageddate ) %], [% suggestions_loo.manageddate %][% END %]
422
                    [% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate %][% END %]
423
                </td>
423
                </td>
424
                <td>
424
                <td>
425
                    [% suggestions_loo.branchcode %]
425
                    [% suggestions_loo.branchcode %]
426
- 

Return to bug 8440