add class=form-horizontal to form

This commit is contained in:
Uwe Steinmann 2018-06-27 18:54:46 +02:00
parent 0be0ffdbe5
commit f639e31313

View File

@ -214,7 +214,7 @@ $(document).ready( function() {
$workflowmode = $this->params['workflowmode']; $workflowmode = $this->params['workflowmode'];
$quota = $this->params['quota']; $quota = $this->params['quota'];
?> ?>
<form action="../op/op.UsrMgr.php" method="post" enctype="multipart/form-data" name="form" id="form"> <form class="form-horizontal" action="../op/op.UsrMgr.php" method="post" enctype="multipart/form-data" name="form" id="form">
<?php <?php
if($currUser) { if($currUser) {
echo createHiddenFieldWithKey('edituser'); echo createHiddenFieldWithKey('edituser');