diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-02 02:03:52 +0100 |
commit | 85824de70ded75c98bd50220160e2171fdc8df41 (patch) | |
tree | 11480f65ff97ddbb3ea4806ff1f313628ced15a0 /w/view/templates/edit.php | |
parent | 36ef34af2abcdea63a73b578208f20ca40b52f49 (diff) | |
download | wcms-85824de70ded75c98bd50220160e2171fdc8df41.tar.gz wcms-85824de70ded75c98bd50220160e2171fdc8df41.zip |
render working and url auto link
Diffstat (limited to 'w/view/templates/edit.php')
-rw-r--r-- | w/view/templates/edit.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/w/view/templates/edit.php b/w/view/templates/edit.php index 4db6706..ee231cd 100644 --- a/w/view/templates/edit.php +++ b/w/view/templates/edit.php @@ -20,8 +20,6 @@ <?php $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]) ?> -<form action="?id=<?= $art->id() ?>&action=update" method="post" id="artedit"> - <?php $this->insert('edittopbar', ['art' => $art]) ?> <?php $this->insert('editsidebar', ['art' => $art]) ?> |