Dotclear

Changeset 1518:03fef8e1ef34 for admin


Ignore:
Timestamp:
08/21/13 17:45:30 (12 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Typos. Thanks to brol.

Location:
admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_post.js

    r1516 r1518  
    210210                         $(div).insertAfter(h); 
    211211                         $(div).backgroundFade({sColor:'#ffffff',eColor:'#FFBABA',steps:50},function() { 
    212                                    $(this).backgroundFade({sColor:'#FFBABA',eColor:'#ffffff'}); 
     212                                   $(this).backgroundFade({sColor:'#ffbaba',eColor:'#ffffff'}); 
    213213                         }); 
    214214                    } 
  • admin/posts_actions.php

    r1476 r1518  
    500500     '<form action="posts_actions.php" method="post">'. 
    501501     $fields->getEntries(). 
    502      '<p><label for="new_auth_id" class="classic">'.__('Author ID:').'</label> '. 
     502     '<p><label for="new_auth_id" class="classic">'.__('New author (author ID):').'</label> '. 
    503503     form::field('new_auth_id',20,255); 
    504504      
  • admin/preferences.php

    r1474 r1518  
    499499     form::checkbox('user_ui_hide_std_favicon',1,$user_ui_hide_std_favicon).' '. 
    500500     __('Do not use standard favicon').'</label></p>'. 
    501      '<p class="clear form-note info">'.__('This will be applied for all users'). 
     501     '<p class="clear form-note warn">'.__('This will be applied for all users').'.'. 
    502502     '<br class="clear" /></p>';//Opera sucks; 
    503503} 
  • admin/style/default.css

    r1516 r1518  
    252252} 
    253253.two-cols .col { 
    254      width: 47%; 
     254     width: 48%; 
    255255     margin-left: 2%; 
    256256     float: left; 
     
    11691169     border-collapse: collapse; 
    11701170     margin: 0 0 1em 0; 
     1171} 
     1172table.posts-list { 
     1173     min-width: 70%; 
    11711174} 
    11721175tr.line:hover { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map