git://git.furryclan.net
/
furrycat
/
race-o-matic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324705e
)
Checkboxes before description.
author
CMDR furrycat
<elite@furrycat.net>
Tue, 19 Jan 2016 07:25:41 +0000
(
02:25
-0500)
committer
CMDR furrycat
<elite@furrycat.net>
Tue, 19 Jan 2016 07:25:41 +0000
(
02:25
-0500)
lib/entry.php
patch
|
blob
|
history
diff --git
a/lib/entry.php
b/lib/entry.php
index
c2a135a
..
1acf305
100644
(file)
--- a/
lib/entry.php
+++ b/
lib/entry.php
@@
-224,9
+224,9
@@
if ($e == 'c') continue;
$name = "endorsement_$e";
$description = ucfirst(endorsement_description($e));
- echo "
$description:
<input type=\"checkbox\" name=\"$name\"";
+ echo "<input type=\"checkbox\" name=\"$name\"";
if ($_POST[$name]) echo " checked=\"checked\"";
- echo ">\n";
+ echo ">
$description
\n";
}
echo "</p>\n";
end_form();