<thead> <tr> <th colspan="2"><span><?php echo __('Benutzer'); ?> </span></th> </tr> </thead> <tbody> <tr> <td><?php echo __('Eingerichtete Benutzer'); ?> :</td> <td class="r" style="min-width:4em;"><?php echo count_users_configured($DB); ?> </td> </tr> <tr> <td><?php echo __('Eingeloggte Benutzer'); ?> :</td> <td class="r"><?php echo count_users_logged_in($DB); ?> </td> </tr> </tbody> </table>
<?php } ?> <br /> <table cellspacing="1" class="phonebook"> <thead> <tr> <th colspan="2"><span><?php echo __('Benutzer'); ?></span></th> </tr> </thead> <tbody> <tr> <td><?php echo __('Eingerichtete Benutzer'); ?>:</td> <td class="r" style="min-width:4em;"><?php echo count_users_configured($DB); ?></td> </tr> <tr> <td><?php echo __('Eingeloggte Benutzer'); ?>:</td> <td class="r"><?php echo count_users_logged_in($DB); ?></td> </tr> </tbody> </table> <br /> <?php if (gs_get_conf('GS_BOI_ENABLED')) { ?> <p> <img alt=" " src="<?php echo GS_URL_PATH; ?>crystal-svg/16/act/info.png" /> <small><?php echo __('Bei Benutzern in Filialen muß die Nebenstelle inklusive der Route aus Sicht der Zentrale angegeben werden (z.B. 60123410).'); ?></small> </p> <?php } ?>