[Koha-patches] [PATCH] bug4926 - Improves the ID fields when sending lists and carts

Robin Sheat robin at catalyst.net.nz
Thu Jul 1 07:41:33 CEST 2010


---
 .../prog/en/modules/opac-sendbasketform.tmpl       |    2 +-
 .../prog/en/modules/opac-sendshelfform.tmpl        |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasketform.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasketform.tmpl
index 9caef3c..4104682 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasketform.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasketform.tmpl
@@ -15,7 +15,7 @@
 	
 <!-- TMPL_ELSE -->
 
-<form action="<!-- TMPL_VAR NAME="url" -->" method="post">
+<form action="<!-- TMPL_VAR NAME="url" -->" method="post" id="sendbasketform">
 
 <fieldset class="rows"> 
 <legend>Sending your cart</legend>
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tmpl
index 9d0e717..b74bf82 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tmpl
@@ -7,7 +7,7 @@
 //]]>
 </script>
 </head>
-<body style="padding: 1em;" id="sendbasket">
+<body style="padding: 1em;" id="sendshelf">
 <div class="container"><!-- TMPL_IF NAME="email" -->
 
     <!-- TMPL_IF NAME="SENT" -->
@@ -21,7 +21,7 @@
     
 <!-- TMPL_ELSE -->
 
-<form action="<!-- TMPL_VAR NAME="url" -->" method="post">
+<form action="<!-- TMPL_VAR NAME="url" -->" method="post" id="sendshelfform">
 
 <fieldset class="rows"> 
 <legend>Sending your list</legend>
-- 
1.7.0.4



More information about the Koha-patches mailing list