diff --git a/web/html/addvote.php b/web/html/addvote.php index 55750317..43973f32 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -70,18 +70,18 @@ if ($atype == "Trusted User" || $atype == "Developer") {
- = __("Applicant/TU") ?> - + = __("Applicant/TU") ?> + = __("(empty if not applicable)") ?>
- = __("Length in days") ?> - + = __("Length in days") ?> + = __("(defaults to 7 if empty)") ?>
- = __("Proposal") ?> - + = __("Proposal") ?> + " /> diff --git a/web/html/home.php b/web/html/home.php index 3050bd10..f5a9afe9 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -33,7 +33,7 @@ $dbh = db_connect(); ', '', + '', '', '', '' ); @@ -67,9 +67,8 @@ $dbh = db_connect(); ?>
\n"; print __("Click on the Login link above to use your account."); print "
= __("User") ?>: - + = $row['User'] ?> N/A - + - = __("Submitted: %s by %s", "" . gmdate("Y-m-d H:i", $row['Submitted']) . "", "" . username_from_id($row['SubmitterID']) . "") ?> + = __("Submitted: %s by %s", gmdate("Y-m-d H:i", $row['Submitted']), username_from_id($row['SubmitterID'])) ?> = __("End") ?>: - = gmdate("Y-m-d H:i", $row['End']) ?> + = gmdate("Y-m-d H:i", $row['End']) ?>