Subversion Repositories SmartDukaan

Rev

Rev 1436 | Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1436 Rev 1634
Line 158... Line 158...
158
 
158
 
159
                      <!-- Date of Birth -->
159
                      <!-- Date of Birth -->
160
                      <div class="form-item" id="edit-date-of-birth-wrapper">
160
                      <div class="form-item" id="edit-date-of-birth-wrapper">
161
                        <label for="dateOfBirth">Date of Birth</label>
161
                        <label for="dateOfBirth">Date of Birth</label>
162
                        <div class="imgTextBox textbox-image">
162
                        <div class="imgTextBox textbox-image">
163
                          <input type="text" id="datepicker" name="DateOfBirth" class="textbox" />
163
                          <input type="text" id="txtDateOfBirth" name="txtDateOfBirth" class="textbox" />
164
                        </div>
164
                        </div>
165
                      </div>
165
                      </div>
166
                      <!-- /Date of Birth -->
166
                      <!-- /Date of Birth -->
167
                      <!-- Phone -->
167
                      <!-- Phone -->
168
                      <div class="form-item" id="edit-phone-wrapper">
168
                      <div class="form-item" id="edit-phone-wrapper">
Line 294... Line 294...
294
	 $action.getFooterSnippet()
294
	 $action.getFooterSnippet()
295
 
295
 
296
     #include ( "templates/commonjsfiles.vm" )
296
     #include ( "templates/commonjsfiles.vm" )
297
	
297
	
298
    <script>
298
    <script>
299
      $( "#datepicker" ).datepicker({
299
      $( "#txtDateOfBirth" ).datepicker({
300
        changeMonth: true,
300
        changeMonth: true,
301
        changeYear: true
301
        changeYear: true
302
      });
302
      });
303
    </script>
303
    </script>
304
 
304