Bug 8440: Dates does not appear in suggestions management
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
81823c55cc
commit
4cf4b18343
1 changed files with 4 additions and 4 deletions
|
@ -392,8 +392,8 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
<thead>
|
||||
<tr><th> </th>
|
||||
<th>Suggestion</th>
|
||||
<th>Suggested by /on</th>
|
||||
<th>Managed by /on</th>
|
||||
<th>Suggested by - on</th>
|
||||
<th>Managed by - on</th>
|
||||
<th>Library</th>
|
||||
<th>Budget</th>
|
||||
<th>Status</th></tr>
|
||||
|
@ -415,11 +415,11 @@ $(document).ready(function() { calcNewsuggTotal(); });
|
|||
</td>
|
||||
<td>
|
||||
[% 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 %]
|
||||
[% IF ( suggestions_loo.suggesteddate ) %] / [% suggestions_loo.suggesteddate %][% END %]
|
||||
[% IF ( suggestions_loo.suggesteddate ) %] - [% suggestions_loo.suggesteddate %][% END %]
|
||||
</td>
|
||||
<td>
|
||||
[% 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 %]
|
||||
[% IF ( suggestions_loo.manageddate ) %], [% suggestions_loo.manageddate %][% END %]
|
||||
[% IF ( suggestions_loo.manageddate ) %] - [% suggestions_loo.manageddate %][% END %]
|
||||
</td>
|
||||
<td>
|
||||
[% suggestions_loo.branchcode %]
|
||||
|
|
Loading…
Reference in a new issue