Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/06/2009 01:04:42 PM (17 years ago)
Author:
sambauers
Message:

Glorious gettext from Erko.Risthein, fixes #1024

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/functions.bb-template.php

    r1901 r1910  
    20172017<table id="admininfo">
    20182018<tr class='form-field<?php if ( in_array( 'role', $error_codes ) ) echo ' form-invalid'; ?>'>
    2019     <th scope="row"><?php _e('User Type'); ?></th>
     2019    <th scope="row"><label for="admininfo_role"><?php _e('User Type'); ?></label></th>
    20202020    <td>
    2021         <select name="role">
     2021        <select id="admininfo_role" name="role">
    20222022<?php
    20232023    foreach( $roles as $r => $n ) {
     
    21142114
    21152115<tr class="<?php echo $class; ?>">
    2116     <th scope="row"><?php echo $title ?></th>
     2116    <th scope="row"><label for="<?php echo $name; ?>"><?php echo $title ?></label></th>
    21172117    <td>
    21182118        <?php if ( 'checkbox' == $type && isset($label[5]) ) echo "<label for='$name'>"; ?>
     
    21312131
    21322132<?php endif; ?>
    2133 <p><?php _e('Inactive users can login and look around but not do anything.
    2134 Blocked users just see a simple error message when they visit the site.</p>
    2135 <p><strong>Note</strong>: Blocking a user does <em>not</em> block any IP addresses.'); ?></p>
     2133<p><?php _e('Inactive users can login and look around but not do anything. Blocked users just see a simple error message when they visit the site.'); ?></p>
     2134<p><?php _e('<strong>Note</strong>: Blocking a user does <em>not</em> block any IP addresses.'); ?></p>
    21362135<?php
    21372136}
Note: See TracChangeset for help on using the changeset viewer.