bug4926 - Improves the ID fields when sending lists and carts

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Robin Sheat 2010-07-01 17:41:33 +12:00 committed by Galen Charlton
parent 28a4d55f70
commit 00ecd9fcbe
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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>