---
.../prog/en/modules/suggestion/suggestion.tt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
index edaea79..fb73fd1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt
@@ -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 %]
--
1.7.9.5
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/