Changeset 11019 for main/waeup.kofa/branches/uli-diazo-themed
- Timestamp:
- 31 Jan 2014, 12:45:01 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed/layout
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css
r11011 r11019 187 187 } 188 188 189 .datepicker-le-year { 190 width: 50%; 191 } 192 189 193 /* dataTables stuff */ 190 194 -
main/waeup.kofa/branches/uli-diazo-themed/layout/theme.html
r11017 r11019 18 18 rel="stylesheet"> 19 19 <link href="static/css/base.css" rel="stylesheet"> 20 21 <script src="static/js/kofa-recaptcha_white.js"></script> 20 22 21 23 <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> … … 405 407 </td> 406 408 </tr> 409 <tr> 410 <td class="fieldname"> 411 <span>Any Date</span>: 412 </td> 413 <td> 414 <input class="datepicker-le-year textType" 415 id="form.any_date" name="form.date_of_birth" 416 size="20" type="text" value="" /> 417 </td> 418 </tr> 419 420 407 421 </tbody> 408 422 </table> … … 443 457 <script src="static/js/jquery-ui.min.js"></script> 444 458 <script src="static/js/kofa-datepicker.js"></script> 459 <script src="static/js/kofa-toggleall.js"></script> 445 460 446 461 </body>
Note: See TracChangeset for help on using the changeset viewer.