mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Inline support for expandit behavior.
This commit is contained in:
@@ -3603,7 +3603,7 @@ class e_form
|
||||
$ttl = $expand."<button class='btn btn-default btn-xs btn-mini pull-right' {$dataAttr}>" . LAN_MORE . "</button>";
|
||||
}
|
||||
|
||||
$expands = '<a href="#'.$elid.'-expand" class="e-show-if-js e-expandit">'.defset($ttl, $ttl)."</a>";
|
||||
$expands = '<a href="#'.$elid.'-expand" class="e-show-if-js e-expandit e-expandit-inline">'.defset($ttl, $ttl)."</a>";
|
||||
}
|
||||
|
||||
$oldval = $value;
|
||||
|
Reference in New Issue
Block a user