Revision e9b15b28
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
SL/User.pm | ||
---|---|---|
209 | 209 |
# remove lock file |
210 | 210 |
unlink("$userspath/nologin"); |
211 | 211 |
|
212 |
print($form->parse_html_template("dbupgrade/footer")); |
|
212 |
my $menufile = |
|
213 |
$self->{"menustyle"} eq "v3" ? "menuv3.pl" : |
|
214 |
$self->{"menustyle"} eq "neu" ? "menunew.pl" : |
|
215 |
"menu.pl"; |
|
216 |
|
|
217 |
print($form->parse_html_template("dbupgrade/footer", |
|
218 |
{ "menufile" => $menufile })); |
|
213 | 219 |
|
214 | 220 |
$rc = -2; |
215 | 221 |
|
templates/webpages/dbupgrade/footer_de.html | ||
---|---|---|
1 | 1 |
<p>...fertig</p> |
2 | 2 |
|
3 |
<form action="menu.pl">
|
|
3 |
<form action="<TMPL_VAR menufile>">
|
|
4 | 4 |
|
5 | 5 |
<input type="hidden" name="login" value="<TMPL_VAR login ESCAPE=HTML>"> |
6 | 6 |
<input type="hidden" name="password" value="<TMPL_VAR password ESCAPE=HTML>"> |
templates/webpages/dbupgrade/footer_master.html | ||
---|---|---|
1 | 1 |
<p><translate>...done</translate></p> |
2 | 2 |
|
3 |
<form action="menu.pl">
|
|
3 |
<form action="<TMPL_VAR menufile>">
|
|
4 | 4 |
|
5 | 5 |
<input type="hidden" name="login" value="<TMPL_VAR login ESCAPE=HTML>"> |
6 | 6 |
<input type="hidden" name="password" value="<TMPL_VAR password ESCAPE=HTML>"> |
Auch abrufbar als: Unified diff
Nach einem Datenbankupgrade nicht strikt menu.pl aufrufen, sondern das beim Benutzer eingestellte.