plugins/SpecialUserFuncs.php
changeset 1119 2e045975fc65
parent 1117 4d8ffe107a0d
child 1132 05fe0039d952
equal deleted inserted replaced
1118:e26e74d80c15 1119:2e045975fc65
   371            echo '</tr>';
   371            echo '</tr>';
   372          }
   372          }
   373          ?>
   373          ?>
   374          
   374          
   375          <tr>
   375          <tr>
   376            <th colspan="3" style="text-align: center" class="subhead"><input type="submit" name="login" value="Log in" tabindex="<?php echo ( $level <= USER_LEVEL_MEMBER ) ? '4' : '2'; ?>" /></th>
   376            <th colspan="3" style="text-align: center" class="subhead">
       
   377              <input type="hidden" name="login" value="true" />
       
   378              <input type="submit" value="Log in" tabindex="<?php echo ( $level <= USER_LEVEL_MEMBER ) ? '4' : '2'; ?>" />
       
   379            </th>
   377          </tr>
   380          </tr>
   378       </table>
   381       </table>
   379     </div>
   382     </div>
   380       <input type="hidden" name="auth_level" value="<?php echo (string)$level; ?>" />
   383       <input type="hidden" name="auth_level" value="<?php echo (string)$level; ?>" />
   381       <?php if ( $level <= USER_LEVEL_MEMBER ): ?>
   384       <?php if ( $level <= USER_LEVEL_MEMBER ): ?>