mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Kontoauszuege removed "new" button.
This commit is contained in:
parent
7de88ca3b5
commit
828c1b1a75
@ -5,7 +5,7 @@
|
|||||||
<div id="tabs-1">
|
<div id="tabs-1">
|
||||||
<form action="#tabs-1" id="frmauto" name="frmauto" method="post">
|
<form action="#tabs-1" id="frmauto" name="frmauto" method="post">
|
||||||
[MESSAGE]
|
[MESSAGE]
|
||||||
<legend>Salden müssen über Gegenbuchungen ausgeglichen werden.</legend>
|
<legend>Kontoauszüge bitte über Importzentrale importieren.</legend>
|
||||||
[TAB1]
|
[TAB1]
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -16,7 +16,7 @@ class Kontoauszuege {
|
|||||||
$this->app->ActionHandlerInit($this);
|
$this->app->ActionHandlerInit($this);
|
||||||
$this->app->ActionHandler("list", "kontoauszuege_konto_list");
|
$this->app->ActionHandler("list", "kontoauszuege_konto_list");
|
||||||
$this->app->ActionHandler("listentries", "kontoauszuege_list");
|
$this->app->ActionHandler("listentries", "kontoauszuege_list");
|
||||||
$this->app->ActionHandler("create", "kontoauszuege_edit"); // This automatically adds a "New" button
|
// $this->app->ActionHandler("create", "kontoauszuege_edit"); // This automatically adds a "New" button
|
||||||
$this->app->ActionHandler("edit", "kontoauszuege_edit");
|
$this->app->ActionHandler("edit", "kontoauszuege_edit");
|
||||||
$this->app->ActionHandler("delete", "kontoauszuege_delete");
|
$this->app->ActionHandler("delete", "kontoauszuege_delete");
|
||||||
$this->app->DefaultActionHandler("list");
|
$this->app->DefaultActionHandler("list");
|
||||||
@ -255,7 +255,7 @@ class Kontoauszuege {
|
|||||||
function kontoauszuege_konto_list() {
|
function kontoauszuege_konto_list() {
|
||||||
|
|
||||||
$this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=list", "Übersicht");
|
$this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=list", "Übersicht");
|
||||||
$this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=create", "Neu anlegen");
|
// $this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=create", "Neu anlegen");
|
||||||
|
|
||||||
$this->app->erp->MenuEintrag("index.php", "Zurück");
|
$this->app->erp->MenuEintrag("index.php", "Zurück");
|
||||||
|
|
||||||
@ -313,7 +313,7 @@ class Kontoauszuege {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=list", "Übersicht");
|
$this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=list", "Übersicht");
|
||||||
$this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=create", "Neu anlegen");
|
// $this->app->erp->MenuEintrag("index.php?module=kontoauszuege&action=create", "Neu anlegen");
|
||||||
|
|
||||||
$this->app->erp->MenuEintrag("index.php", "Zurück");
|
$this->app->erp->MenuEintrag("index.php", "Zurück");
|
||||||
|
|
||||||
@ -367,10 +367,10 @@ class Kontoauszuege {
|
|||||||
$input = $this->GetInput();
|
$input = $this->GetInput();
|
||||||
$submit = $this->app->Secure->GetPOST('submit');
|
$submit = $this->app->Secure->GetPOST('submit');
|
||||||
|
|
||||||
if (empty($id)) {
|
/* if (empty($id)) {
|
||||||
// New item
|
// New item
|
||||||
$id = 'NULL';
|
$id = 'NULL';
|
||||||
}
|
} */
|
||||||
|
|
||||||
if ($submit != '')
|
if ($submit != '')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user