Dotclear

Changeset 1741:b669af061dda for admin/js


Ignore:
Timestamp:
09/06/13 18:03:13 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Organisation et factorisation des CSS, step 1: Organisation.
Work in progress. L'affichage de toutes les pages a été testé.
(Au passage, nettoyage de bizarreries dans les fichiers php.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/meta-editor.js

    r175 r1741  
    2828          this.target.empty(); 
    2929           
    30           this.meta_dialog = $('<input type="text" />'); 
     30          this.meta_dialog = $('<input type="text" class="ib" />'); 
    3131          this.meta_dialog.attr('title',this.text_add_meta.replace(/%s/,this.meta_type)); 
    3232          this.meta_dialog.attr('id','post_meta_input'); 
     
    4242          var This = this; 
    4343           
    44           this.submit_button = $('<input type="button" value="ok" />'); 
     44          this.submit_button = $('<input type="button" value="ok" class="ib" />'); 
    4545          this.submit_button.click(function() { 
    4646               var v = This.meta_dialog.val(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map