File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
themes/default/modules/admin/settings Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 543543 'set_pagin_cp_icons_ph ' => 'Кол-во иконок меню в ПУ ' ,
544544 'set_pagin_cp_users ' => 'Пользователи ' ,
545545 'set_pagin_cp_users_ph ' => 'Кол-во пользователей в ПУ ' ,
546+ 'set_pagin_cp_mon ' => 'Мониторинг ' ,
547+ 'set_pagin_cp_mon_ph ' => 'Кол-во серверов в мониторинге в ПУ ' ,
546548 'set_pagin_cp_groups ' => 'Группы пользователей ' ,
547549 'set_pagin_cp_groups_ph ' => 'Кол-во групп пользователей в ПУ ' ,
548550 'set_pagin_cp_prems ' => 'Привилегии ' ,
Original file line number Diff line number Diff line change 124124 </ div >
125125 </ div >
126126
127+ < div class ="control-group ">
128+ < label class ="control-label " for ="input_adm_monitoring "> < ?php echo $this-> lng_m['set_pagin_cp_mon']; ?> </ label >
129+ < div class ="controls ">
130+ < input type ="text " class ="span10 " name ="adm_monitoring " id ="input_adm_monitoring " value ="<?php echo $data['CFG']['adm_monitoring']; ?> " placeholder ="<?php echo $this->lng_m['set_pagin_cp_mon_ph']; ?> ">
131+ </ div >
132+ </ div >
133+
127134 < div class ="control-group ">
128135 < label class ="control-label " for ="input_adm_users "> < ?php echo $this-> lng_m['set_pagin_cp_users']; ?> </ label >
129136 < div class ="controls ">
You can’t perform that action at this time.
0 commit comments