From: Katrin Fischer <[email protected]>

Changing display from:
Suggested by Admin, Koha (from suggestion #2)

To:
Suggested by: Admin, Koha (suggestion #2)

Adding some missing parentheses and deleting some additional spaces.

Signed-off-by: Jonathan Druart <[email protected]>
---
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    5 ++---
 .../prog/en/modules/acqui/neworderempty.tt         |    4 ++--
 .../prog/en/modules/acqui/orderreceive.tt          |    4 ++--
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   10 ++++------
 4 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
index 1632278..abfa675 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt
@@ -285,9 +285,8 @@
                                     [% IF ( books_loo.publicationyear ) %], [% 
books_loo.publicationyear %][% END %]
                                     [% IF ( books_loo.suggestionid ) %]
                                         <br/>
-                                        Suggested by [% 
books_loo.surnamesuggestedby %]
-                                        [% IF ( books_loo.firstnamesuggestedby 
) %], [% books_loo.firstnamesuggestedby %] [% END %]
-                                        (from <a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% 
books_loo.suggestionid %]">suggestion #[% books_loo.suggestionid %]</a>)
+                                        Suggested by: [% 
books_loo.surnamesuggestedby %][% IF ( books_loo.firstnamesuggestedby ) %], [% 
books_loo.firstnamesuggestedby %] [% END %]
+                                        (<a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% 
books_loo.suggestionid %]">suggestion #[% books_loo.suggestionid %]</a>)
                                     [% END %]
                             </p>
                             </td>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
index 6a6fc65..a3bfa67 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt
@@ -315,8 +315,8 @@ $(document).ready(function()
         <legend>Suggestion</legend>
         <ol>
           <li>
-            <span class="label">Suggested by </span>
-            [% surnamesuggestedby %][% IF ( firstnamesuggestedby ) %], [% 
firstnamesuggestedby %][% END %] (from <a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestionid 
%]">suggestion #[% suggestionid %]</a>)
+            <span class="label">Suggested by: </span>
+            [% surnamesuggestedby %][% IF ( firstnamesuggestedby ) %], [% 
firstnamesuggestedby %][% END %] (<a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestionid 
%]">suggestion #[% suggestionid %]</a>)
           </li>
         </ol>
         </fieldset>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
index fe8287d..f06d353 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
@@ -41,8 +41,8 @@
         <legend>Suggestion</legend>
         <ol>
           <li>
-            <span class="label">Suggested by </span>
-            [% surnamesuggestedby %][% IF ( firstnamesuggestedby ) %], [% 
firstnamesuggestedby %][% END %] (from <a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestionid 
%]">suggestion #[% suggestionid %]</a>)
+            <span class="label">Suggested by: </span>
+            [% surnamesuggestedby %][% IF ( firstnamesuggestedby ) %], [% 
firstnamesuggestedby %][% END %] (<a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestionid 
%]">suggestion #[% suggestionid %]</a>)
           </li>
         </ol>
         </fieldset>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
index 34a55b0..8e45870 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt
@@ -243,9 +243,8 @@
                 [% IF ( loop_order.publishercode ) %]<br />Publisher :[% 
loop_order.publishercode %][% END %]
                 [% IF ( loop_order.suggestionid ) %]
                     <br/>
-                    Suggested by [% loop_order.surnamesuggestedby %]
-                    [% IF ( loop_order.firstnamesuggestedby ) %], [% 
loop_order.firstnamesuggestedby %] [% END %]
-                    (from <a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% 
loop_order.suggestionid %]">suggestion #[% loop_order.suggestionid %]</a>)
+                    Suggested by: [% loop_order.surnamesuggestedby %][% IF ( 
loop_order.firstnamesuggestedby ) %], [% loop_order.firstnamesuggestedby %] [% 
END %]
+                    (<a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% 
loop_order.suggestionid %]">suggestion #[% loop_order.suggestionid %]</a>)
                 [% END %]
                 </td>
                 <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% 
loop_order.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> 
| <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% 
loop_order.biblionumber %]" title="MARC" 
rel="gb_page_center[600,500]">Card</a></td>
@@ -369,9 +368,8 @@
                 [% IF ( loop_receive.publishercode ) %]<br />Publisher :[% 
loop_receive.publishercode %][% END %]
                 [% IF ( loop_receive.suggestionid ) %]
                     <br/>
-                    Suggested by [% loop_receive.surnamesuggestedby %]
-                    [% IF ( loop_receive.firstnamesuggestedby ) %], [% 
loop_receive.firstnamesuggestedby %] [% END %]
-                    (from <a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% 
loop_receive.suggestionid %]">suggestion #[% loop_receive.suggestionid %]</a>
+                    Suggested by: [% loop_receive.surnamesuggestedby %][% IF ( 
loop_receive.firstnamesuggestedby ) %], [% loop_receive.firstnamesuggestedby %] 
[% END %]
+                    (<a 
href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% 
loop_receive.suggestionid %]">suggestion #[% loop_receive.suggestionid %]</a>)
                 [% END %]
                 </td>
                 <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% 
loop_receive.biblionumber %]" title="MARC" 
rel="gb_page_center[600,500]">MARC</a> | <a 
href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&amp;id=[% 
loop_receive.biblionumber %]" title="MARC" 
rel="gb_page_center[600,500]">Card</a></td>
-- 
1.7.7.3

_______________________________________________
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/

Reply via email to