bug4926 - Improves the ID fields when sending lists and carts
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
28a4d55f70
commit
00ecd9fcbe
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue