mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 19:38:57 +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'];
|
$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');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user