Changeset 2350

Show
Ignore:
Timestamp:
08/24/08 15:19:51 (3 months ago)
Author:
Heilemann
Message:

Fixes #605, #608 and some .overcontent labels I borked as well as some tags stuff I shouldn't have checked in to begin with.

Location:
trunk/htdocs/system/admin
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/comments.php

    r2344 r2350  
    1010        <ul class="dropbutton special_search"> 
    1111            <?php foreach($special_searches as $text => $term): ?> 
    12             <li><a href="#<?php echo $term; ?>"><?php echo $text; ?></a></li> 
     12            <li><a href="#<?php echo $term; ?>" title="<?php printf( _t('Filter results for \'%s\''), $text ); ?>"><?php echo $text; ?></a></li> 
    1313            <?php endforeach; ?> 
    1414        </ul> 
  • trunk/htdocs/system/admin/comments_items.php

    r2348 r2350  
    4343            </ul> 
    4444            <?php if ( $comment->status == Comment::STATUS_SPAM ) :?> 
    45                 <p>Marked as spam</p> 
     45                <p><?php e_('Marked as spam'); ?></p> 
    4646            <?php endif; ?> 
    4747 
     
    5454else : ?> 
    5555<div class="message none"> 
    56     <p><?php echo _t('No comments could be found to match the query criteria.'); ?></p> 
     56    <p><?php _e('No comments could be found to match the query criteria.'); ?></p> 
    5757</div> 
    5858<?php endif; ?> 
  • trunk/htdocs/system/admin/css/admin.css

    r2349 r2350  
    1 A/* 
     1/* 
    22 * Name: Habari Admin Stylesheet 
    33 * Author: Habari Community 
     
    440440    font-weight: normal;  
    441441    position: absolute;  
    442     margin: 1px 0 0 1px !important; 
    443442    width: auto !important; 
    444443    cursor: text; 
    445444    -webkit-box-shadow: none !important; 
    446     opacity: .5; 
    447445} 
    448446     
     
    778776    border-color: #333; 
    779777    width: 100%; 
    780     backgroundd: #303030; 
     778    background: #303030; 
    781779} 
    782780 
     
    11471145    width: 140px; 
    11481146} 
     1147 
     1148.addnewuser label.overcontent { 
     1149    margin: 1px 0 0 1px !important; 
     1150    color: #ccc !important; 
     1151    } 
    11491152 
    11501153.addnewuser input[type=submit] { 
  • trunk/htdocs/system/admin/import.php

    r2309 r2350  
    1212                ?> 
    1313                <p><?php _e('You do not currently have any import plugins installed.'); ?></p> 
    14                 <p><?php _e('Please '); ?><a href="<?php URL::out('admin', 'page=plugins'); ?>"><?php _e('activate an import plugin</a> to enable importing.'); ?></p> 
     14                <p><?php printf( _t('Please <a href="%1$s">activate an import plugin</a> to enable importing.'), URL::get('admin', 'page=plugins') ); ?></p> 
    1515                <?php else: ?> 
    1616                <p><?php _e('Please choose the type of import to perform:'); ?></p> 
  • trunk/htdocs/system/admin/login.php

    r2301 r2350  
    22<html> 
    33<head> 
    4     <title><?php _e('Login to '); ?><?php Options::out( 'title' ); ?></title> 
    5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
     4    <title><?php printf( _t('Login to %s'), Options::get( 'title' ) ); ?></title> 
     5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
    66 
    77    <link rel="stylesheet" href="<?php Site::out_url('habari'); ?>/3rdparty/blueprint/screen.css" type="text/css" media="screen"> 
  • trunk/htdocs/system/admin/plugins.php

    r2282 r2350  
    1010    <div class="item clear"> 
    1111        <div class="head"> 
    12             <p><?php echo _t('The plugin file ') . $plugin['file'] . _t(' had syntax errors and could not load.'); ?></p> 
     12            <p><?php printf( _t('The plugin file %s had syntax errors and could not load.'), $plugin['file'] ); ?></p> 
    1313            <div style="display:none;" id="error_<?php echo $plugin['plugin_id']; ?>"><?php echo $plugin['error']; ?></div> 
    1414                <ul class="dropbutton"> 
  • trunk/htdocs/system/admin/posts.php

    r2344 r2350  
    1111        <ul class="dropbutton special_search">   
    1212            <?php foreach($special_searches as $text => $term): ?> 
    13             <li><a href="#<?php echo $term; ?>" title="Filter results for '<?php echo $text; ?>'"><?php echo $text; ?></a></li> 
     13            <li><a href="#<?php echo $term; ?>" title="<?php printf( _t('Filter results for \'%s\''), $text ); ?>"><?php echo $text; ?></a></li> 
    1414            <?php endforeach; ?> 
    1515        </ul> 
  • trunk/htdocs/system/admin/posts_items.php

    r2304 r2350  
    2626else : ?> 
    2727<div class="message none"> 
    28     <p><?php echo _t('No posts could be found to match the query criteria.'); ?></p> 
     28    <p><?php _e('No posts could be found to match the query criteria.'); ?></p> 
    2929</div> 
    3030<?php endif; ?> 
  • trunk/htdocs/system/admin/tags.php

    r2349 r2350  
    55</div> 
    66 
    7 <div class="instructions"><span>Click to select</span> &middot; <span>Double-click to open</span></div> 
     7<!--<div class="instructions"><span>Click to select</span> &middot; <span>Double-click to open</span></div>--> 
    88 
    99<div id="tag_collection" class="container">