1
0
mirror of https://github.com/ElvishArtisan/rivendell.git synced 2025-04-17 14:42:36 +02:00

2020-10-16 Fred Gleason <fredg@paravelsystems.com>

* Tweaked the layout of the WebGet UI.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2020-10-16 13:57:41 -04:00
parent bc050f937f
commit 3a73af55cb
2 changed files with 2 additions and 1 deletions

@ -20484,3 +20484,5 @@
2020-10-16 Fred Gleason <fredg@paravelsystems.com>
* Prepended 'RD_' to the names of all common Javascript functions
in 'web/common/utils.js'.
2020-10-16 Fred Gleason <fredg@paravelsystems.com>
* Tweaked the layout of the WebGet UI.

@ -340,7 +340,6 @@ void MainObject::ServeForm()
printf(" <td style=\"text-align: right\">Cart Title:</td>\n");
printf(" <td><input type=\"text\" id=\"title\" size=\"40\" maxlength=\"255\"></td>\n");
printf(" </tr>\n");
printf(" <tr><td cellspan=\"2\">&nbsp</td></tr>\n");
printf(" <tr>\n");
printf(" <td style=\"text-align: right\">Format:</td>\n");