mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add class=form-horizontal to form
This commit is contained in:
parent
0be0ffdbe5
commit
f639e31313
|
@ -214,7 +214,7 @@ $(document).ready( function() {
|
|||
$workflowmode = $this->params['workflowmode'];
|
||||
$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
|
||||
if($currUser) {
|
||||
echo createHiddenFieldWithKey('edituser');
|
||||
|
|
Loading…
Reference in New Issue
Block a user