equal
deleted
inserted
replaced
79 <th><?php echo _('Zone list'); ?></th> |
79 <th><?php echo _('Zone list'); ?></th> |
80 <th><?php echo _('Level'); ?></th> |
80 <th><?php echo _('Level'); ?></th> |
81 <th><?php echo _('Status'); ?></th> |
81 <th><?php echo _('Status'); ?></th> |
82 </tr> |
82 </tr> |
83 <?php |
83 <?php |
84 $users = show_users('',ROWSTART,ROWAMOUNT); |
84 $users = show_users('',ROWSTART,$rowamount); |
85 foreach ($users as $c) |
85 foreach ($users as $c) |
86 { |
86 { |
87 $domains = get_domains_from_userid($c["id"]); |
87 $domains = get_domains_from_userid($c["id"]); |
88 $num_zones_access = count($domains); |
88 $num_zones_access = count($domains); |
89 ?> |
89 ?> |
109 </table> |
109 </table> |
110 <p><?php echo _('Users may only change some of the records of zones marked with an (*).'); ?></p> |
110 <p><?php echo _('Users may only change some of the records of zones marked with an (*).'); ?></p> |
111 <p><?php echo _('Number of users') ;?>: <?php echo count($users); ?>.</p> |
111 <p><?php echo _('Number of users') ;?>: <?php echo count($users); ?>.</p> |
112 <div class="showmax"> |
112 <div class="showmax"> |
113 <?php |
113 <?php |
114 show_pages(count($users),ROWAMOUNT); |
114 show_pages(count($users),$rowamount); |
115 ?> |
115 ?> |
116 </div> <?php // eo div showmax ?> |
116 </div> <?php // eo div showmax ?> |
117 |
117 |
118 <h3><?php echo _('Create new user'); ?></h3> |
118 <h3><?php echo _('Create new user'); ?></h3> |
119 <form method="post" action="users.php"> |
119 <form method="post" action="users.php"> |