well, almost all references to dojo were already gone
authorsenator <lebbeous@esilibrary.com>
Thu, 3 Feb 2011 17:37:11 +0000 (12:37 -0500)
committersenator <lebbeous@esilibrary.com>
Thu, 3 Feb 2011 17:37:11 +0000 (12:37 -0500)
For now i'm leaving alone a lot of instances of jsId attributes; they
might serve to remind us later of what some elements are for.

Open-ILS/web/templates/default/kcls-wire/myopac/holds.tt2
Open-ILS/web/templates/default/kcls-wire/myopac/main.tt2

index 72239a1..3ad5082 100644 (file)
         &myopac.holds.freeze.select_thaw;
     </div>
     <p>
-        <input dojoType="dijit.form.DateTextBox" size='10' maxlength='10'
+        <input size='10' maxlength='10'
             type='text' id='myopac_holds_thaw_date_input' />
     </p>
     <p>
index c1adcb8..a4158ba 100644 (file)
                 <tr>
                     <td>Type of Card</td>
                     <td>
-                        <select dojoType='dijit.form.FilteringSelect' jsId='oilsSelfckCCType' required='true'>
+                        <select jsId='oilsSelfckCCType' required='true'>
                             <option value='VISA'>VISA</option>
                             <option value='MasterCard'>MasterCard</option>
                             <option value='American Express'>American Express</option>