Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
811db37e
Commit
811db37e
authored
Jul 30, 2010
by
haemmer
Browse files
Added labels to checkboxes on request of a user
parent
b423b5f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
default-body.php
View file @
811db37e
...
...
@@ -13,12 +13,12 @@
<input
type=
"submit"
name=
"Select"
accesskey=
"s"
tabindex=
"10"
value=
"
<?php
echo
getLocalString
(
'select_button'
)
?>
"
>
</p>
<p>
<input
tabindex=
"8"
type=
"checkbox"
<?php
echo
$rememberSelectionChecked
?>
name=
"session"
value=
"true"
>
<span
class=
"warning"
>
<?php
echo
getLocalString
(
'remember_selection'
)
?>
</span><br>
<input
tabindex=
"8"
type=
"checkbox"
<?php
echo
$rememberSelectionChecked
?>
name=
"session"
id=
"rememberForSession"
value=
"true"
>
<span
class=
"warning"
><
label
for=
"rememberForSession"
>
<
?php
echo
getLocalString
(
'remember_selection'
)
?>
</
label></
span><br>
<?php
if
(
$showPermanentSetting
)
:
?>
<!-- Value permanent must be a number which is equivalent to the days the cookie shall be valid -->
<input
type=
"checkbox"
tabindex=
"9"
name=
"permanent"
value=
"100"
>
<span
class=
"warning"
>
<?php
echo
getLocalString
(
'permanently_remember_selection'
)
?>
</span>
<input
type=
"checkbox"
tabindex=
"9"
name=
"permanent"
id=
"rememberPermanent"
value=
"100"
>
<span
class=
"warning"
><
label
for=
"rememberPermanent"
/>
<
?php
echo
getLocalString
(
'permanently_remember_selection'
)
?>
</
label></
span>
<?php
endif
?>
</p>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment