mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-18 10:15:05 +01:00
Fix editor.php
This commit is contained in:
parent
f5786f549d
commit
7906eb4c63
@ -462,7 +462,7 @@ if ($read_only || !empty($block_edit)) {
|
||||
if ($read_only) {
|
||||
echo '
|
||||
$("a.btn, button, input[type=button], input[type=submit]", "section.content").hide();
|
||||
$("a.btn-info, button.btn-info, input[type=button].btn-info", "section.content" "#back").show();';
|
||||
$("a.btn-info, button.btn-info, input[type=button].btn-info, #back", "section.content").show();';
|
||||
}
|
||||
|
||||
echo '
|
||||
|
Loading…
Reference in New Issue
Block a user