mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Adapted views
This commit is contained in:
parent
2cb72f532c
commit
edbf7ff249
@ -215,20 +215,24 @@ if (isset($data)) {
|
|||||||
ui_print_info_message(['no_close' => true, 'message' => __('There are no defined filters') ]);
|
ui_print_info_message(['no_close' => true, 'message' => __('There are no defined filters') ]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!defined('METACONSOLE')) {
|
echo '<form method="post" action="index.php?sec=geventos&sec2=godmode/events/events§ion=edit_filter&pure='.$config['pure'].'">';
|
||||||
echo "<div class='pdd_b_20px right w100p'>";
|
html_print_div(
|
||||||
} else {
|
[
|
||||||
echo "<div class='right'>";
|
'class' => 'action-buttons',
|
||||||
}
|
'content' => html_print_submit_button(
|
||||||
|
__('Create filter'),
|
||||||
echo '<form method="post" action="index.php?sec=geventos&sec2=godmode/events/events§ion=edit_filter&pure='.$config['pure'].'">';
|
'crt',
|
||||||
html_print_submit_button(__('Create filter'), 'crt', false, 'class="sub wand"');
|
false,
|
||||||
echo '</form>';
|
[ 'icon' => 'wand' ],
|
||||||
echo '</div>';
|
true
|
||||||
|
),
|
||||||
|
]
|
||||||
|
);
|
||||||
|
echo '</form>';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
$( document ).ready(function() {
|
$( document ).ready(function() {
|
||||||
|
|
||||||
$('[id^=checkbox-delete_multiple]').change(function(){
|
$('[id^=checkbox-delete_multiple]').change(function(){
|
||||||
|
@ -418,7 +418,7 @@ class HTML
|
|||||||
'name' => 'submit',
|
'name' => 'submit',
|
||||||
'label' => __('Go back'),
|
'label' => __('Go back'),
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'attributes' => 'class="sub cancel"',
|
'attributes' => [ 'icon' => 'back' ],
|
||||||
'return' => true,
|
'return' => true,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user