Submit
Path:
~
/
/
opt
/
psa
/
admin
/
application
/
admin
/
views
/
scripts
/
service-plan
/
admin-plan
/
File Content:
tab.phtml
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <div class="two-cols-block clearfix"> <div class="first-col"> <div class="column-box"> <?php foreach ($this->permissionsGroups as $key => $group): if ($key % 2 == 0): echo $this->element->getSubForm($group)->render($this); endif; endforeach; ?> </div> </div> <div class="second-col"> <div class="column-box"> <?php foreach ($this->permissionsGroups as $key => $group): if ($key % 2 != 0): echo $this->element->getSubForm($group)->render($this); endif; endforeach; ?> </div> </div> </div>
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
tab.phtml
739 bytes
0644
N4ST4R_ID | Naxtarrr