mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 07:06:38 +02:00
statistik occubike fix
This commit is contained in:
parent
6a53adba69
commit
899cb605f7
5 changed files with 16 additions and 10 deletions
|
@ -659,7 +659,7 @@ sub tpl(){
|
|||
#2. Tableheader
|
||||
print $q->Tr();
|
||||
#permissions
|
||||
if($users_dms->{int07} == 2){#only DMS-Account Admin
|
||||
if($users_dms_primary->{int03} == 2 && $users_dms->{int03} == 2){
|
||||
print $q->td({-style=>"background-color:silver;"},$q->checkbox(-name=>'toggle_all', -checked=>'', -value=>'off', -label=>'', -title=>'Alle auswählen', -onclick=>'CheckAll();')),"\n";
|
||||
}else{
|
||||
print $q->td({-style=>"background-color:silver;"}," "),"\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue