Changeset 1741:b669af061dda for admin/js
- Timestamp:
- 09/06/13 18:03:13 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/meta-editor.js
r175 r1741 28 28 this.target.empty(); 29 29 30 this.meta_dialog = $('<input type="text" />');30 this.meta_dialog = $('<input type="text" class="ib" />'); 31 31 this.meta_dialog.attr('title',this.text_add_meta.replace(/%s/,this.meta_type)); 32 32 this.meta_dialog.attr('id','post_meta_input'); … … 42 42 var This = this; 43 43 44 this.submit_button = $('<input type="button" value="ok" />');44 this.submit_button = $('<input type="button" value="ok" class="ib" />'); 45 45 this.submit_button.click(function() { 46 46 var v = This.meta_dialog.val();
Note: See TracChangeset
for help on using the changeset viewer.