View | Details | Raw Unified | Return to bug 34873
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt (-2 / +2 lines)
Lines 32-40 Link Here
32
32
33
[% INCLUDE 'blocking_errors.inc' %]
33
[% INCLUDE 'blocking_errors.inc' %]
34
<form action="/cgi-bin/koha/basket/sendbasket.pl" method="post">
34
<form action="/cgi-bin/koha/basket/sendbasket.pl" method="post">
35
35
<h1>Sending your cart</h1>
36
<fieldset class="rows"> 
36
<fieldset class="rows"> 
37
<legend>Sending your cart</legend>
37
<legend class="sr-only">Enter message details</legend>
38
<ol>   <li>
38
<ol>   <li>
39
        <label for="email_add">Email address:</label>
39
        <label for="email_add">Email address:</label>
40
        <input type="text" id="email_add" name="email_add" size="43" class="focus" />
40
        <input type="text" id="email_add" name="email_add" size="43" class="focus" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt (-3 / +3 lines)
Lines 32-39 Link Here
32
32
33
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
33
<form action="/cgi-bin/koha/virtualshelves/sendshelf.pl" method="post">
34
34
35
<fieldset class="rows"> 
35
<h1>Sending your list</h1>
36
    <legend><h1>Sending your list</h1></legend>
36
<fieldset class="rows">
37
    <legend class="sr-only">Enter message details</legend>
37
<ol>   <li>
38
<ol>   <li>
38
        <label for="email">Email address:</label>
39
        <label for="email">Email address:</label>
39
        <input type="text" id="email" name="email" size="43" class="focus" />
40
        <input type="text" id="email" name="email" size="43" class="focus" />
40
- 

Return to bug 34873