Skip to content

Commit 95388bb

Browse files
committed
fix: tasto elimina in mansioni
1 parent 523c4ec commit 95388bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/mansioni/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
}
8080

8181
echo'
82-
<a class="btn btn-danger ask '.($elementi ? "disabled" : "").'" data-backto="record-list'.($elementi ? 'disabled' : '').' >
82+
<a class="btn btn-danger ask '.($elementi ? "disabled" : "").'" data-backto="record-list">
8383
<i class="fa fa-trash"></i> '.tr('Elimina').'
8484
</a>';

0 commit comments

Comments
 (0)