Changeset 1910 for trunk/bb-includes/functions.bb-template.php
- Timestamp:
- 01/06/2009 01:04:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-template.php
r1901 r1910 2017 2017 <table id="admininfo"> 2018 2018 <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> 2020 2020 <td> 2021 <select name="role">2021 <select id="admininfo_role" name="role"> 2022 2022 <?php 2023 2023 foreach( $roles as $r => $n ) { … … 2114 2114 2115 2115 <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> 2117 2117 <td> 2118 2118 <?php if ( 'checkbox' == $type && isset($label[5]) ) echo "<label for='$name'>"; ?> … … 2131 2131 2132 2132 <?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> 2136 2135 <?php 2137 2136 }
Note: See TracChangeset
for help on using the changeset viewer.