clearsilver macro 'getSelfURL' fixed
This commit is contained in:
parent
44056467fa
commit
81f070adec
7 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
<div id="config">
|
||||
<h1><?cs var:Lang.Title.Config ?></h1>
|
||||
|
||||
<form action="<?cs call:getSelfURL() ?>" method="post"
|
||||
<form action="<?cs call:getSelfURL('','') ?>" method="post"
|
||||
enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<p><label for="ip"><?cs var:Lang.Text.IPAddress ?></label><br/>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- CBOX-STATUS-begin - necessary for validation - do not touch!
|
||||
<!-- CBOX-STATUS-begin - used for validation - do not touch!
|
||||
Data.Config.IP=<?cs var:Data.Config.IP ?>
|
||||
Data.Config.Language=<?cs var:Data.Config.Language ?>
|
||||
Data.Config.TimeOut=<?cs var:Data.Config.TimeOut ?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<h1><?cs var:Lang.Title.Init ?></h1>
|
||||
|
||||
<div class="init">
|
||||
<form action="<?cs call:getSelfURL() ?>" method="post" enctype="application/x-www-form-urlencoded">
|
||||
<form action="<?cs call:getSelfURL('','') ?>" method="post" enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<p class="note"><?cs var:Lang.Text.InitWarning ?></p>
|
||||
<p><label for="password"><?cs var:Lang.Text.EnterNewPassword ?></label><br/>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
# - 'exclude' is 'weblang'
|
||||
# BEWARE: there is a bug (?) in clearsilver, that occours, if
|
||||
# only one of the arguments is set (none or both are fine)
|
||||
?> set:PostSuffix='' ?><?cs
|
||||
?><?cs set:PostSuffix='' ?><?cs
|
||||
set:tmp_concat='?' ?><?cs
|
||||
each:item = Data.PostData ?><?cs
|
||||
if:(name(item) != exclude) ?><?cs
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<h1>Aktivierung des verschlüsselten Dateisystems</h1>
|
||||
|
||||
<div align="center">
|
||||
<form action="<?cs call:getSelfURL() ?>" method="post"
|
||||
<form action="<?cs call:getSelfURL('','') ?>" method="post"
|
||||
enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<p><label for="passwort">Passwort eingeben:</label>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<h1><?cs var:Lang.Title.ShutDown ?></h1>
|
||||
|
||||
<div align="center">
|
||||
<form action="<?cs call:getSelfURL() ?>" method="post"
|
||||
<form action="<?cs call:getSelfURL('','') ?>" method="post"
|
||||
enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<input type="hidden" name="action" value="shutdown_do" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<h1><?cs var:Lang.Title.Umount ?></h1>
|
||||
|
||||
<div align="center">
|
||||
<form action="<?cs call:getSelfURL() ?>" method="post"
|
||||
<form action="<?cs call:getSelfURL('','') ?>" method="post"
|
||||
enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<button type="submit" name="action"
|
||||
|
|
Loading…
Add table
Reference in a new issue