Changeset 2788:83a190f3fee2
- Timestamp:
- 11/15/14 16:06:58 (11 years ago)
- Branch:
- default
- Children:
- 2789:81b5618d0a19, 2790:419c27eabd9a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/date-picker.js
r2566 r2788 440 440 var imgE = document.createElement('img'); 441 441 imgE.src = this.img_src; 442 imgE.alt = this.img_alt; 442 443 imgE.style.position = 'absolute'; 443 444 imgE.style.top = this.img_top; -
admin/post.php
r2784 r2788 546 546 "post_title" => 547 547 '<p class="col">'. 548 '<label class="required no-margin bold" ><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'.548 '<label class="required no-margin bold" for="post_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'. 549 549 form::field('post_title',20,255,html::escapeHTML($post_title),'maximal'). 550 550 '</p>', -
inc/admin/lib.dc.page.php
r2787 r2788 817 817 818 818 "datePicker.prototype.img_src = 'images/date-picker.png'; ". 819 "datePicker.prototype.img_alt = '".html::escapeJS(__('Choose date'))."'; ". 819 820 820 821 "datePicker.prototype.close_msg = '".html::escapeJS(__('close'))."'; ". -
plugins/pages/page.php
r2785 r2788 473 473 "post_title" => 474 474 '<p class="col">'. 475 '<label class="required no-margin bold" ><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'.475 '<label class="required no-margin bold" for="post_title"><abbr title="'.__('Required field').'">*</abbr> '.__('Title:').'</label>'. 476 476 form::field('post_title',20,255,html::escapeHTML($post_title),'maximal'). 477 477 '</p>',
Note: See TracChangeset
for help on using the changeset viewer.