summaryrefslogtreecommitdiff
path: root/lib/VNWeb/HTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-06-04 14:30:07 +0200
committerYorhel <git@yorhel.nl>2020-06-04 14:30:09 +0200
commit946bed68c9376e4593bd6599000cab4d3d30a5cf (patch)
treeb1eaf5883c3fef5a6a3e94e65693e3a63ab516da /lib/VNWeb/HTML.pm
parent1b6d7fbb2eb4ba76d1d2c8844afaf8aa0fe4ab0a (diff)
Delete old character edit form
Not used anymore.
Diffstat (limited to 'lib/VNWeb/HTML.pm')
-rw-r--r--lib/VNWeb/HTML.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/VNWeb/HTML.pm b/lib/VNWeb/HTML.pm
index 25df6152..5ab3aff8 100644
--- a/lib/VNWeb/HTML.pm
+++ b/lib/VNWeb/HTML.pm
@@ -812,11 +812,6 @@ sub editmsg_ {
li_ 'Fields marked with (*) may cause other fields to become (un)available depending on the selection.' if $type eq 'r';
}
};
- p_ class => 'center', sub {
- txt_ "If you're having trouble using this new form, the ";
- a_ href => '/old'.($obj ? "/c$obj->{id}/".tuwf->capture('action') : '/c/new?vid='.tuwf->capture('id')), 'old form';
- txt_ ' is still available.';
- } if $type eq 'c' && tuwf->reqPath() !~ m{^/old/};
}
}