mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-02-02 06:31:56 +00:00
place submit button on left side
This commit is contained in:
parent
7fa612ad1a
commit
ac9f8b2f6d
|
|
@ -1318,7 +1318,7 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
default:
|
||||
$class = 'btn-primary';
|
||||
}
|
||||
echo "<div class=\"controls\">\n";
|
||||
echo "<div class=\"_controls\">\n";
|
||||
if(is_string($value)) {
|
||||
echo "<button type=\"submit\" class=\"btn ".$class."\"".($name ? ' name="'.$name.'" id="'.$name.'"' : '').($target ? ' formtarget="'.$target.'"' : '').">".$value."</button>\n";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user