mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2020-11-02 Fred Gleason <fredg@paravelsystems.com>
* Added a 'donut-spinner' indicator to Webget. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -500,7 +500,7 @@ void MainObject::ServeForm()
|
||||
printf(" </td>\n");
|
||||
printf(" </tr>\n");
|
||||
printf(" <tr>\n");
|
||||
printf(" <td> </td>\n");
|
||||
printf(" <td style=\"text-align: right\" id=\"get_spinner\"> </td>\n");
|
||||
printf(" <td><input type=\"button\" value=\"OK\" id=\"get_button\" onclick=\"ProcessGet()\" disabled></td>\n");
|
||||
printf(" </tr>\n");
|
||||
|
||||
@@ -541,7 +541,7 @@ void MainObject::ServeForm()
|
||||
printf(" </td>\n");
|
||||
printf(" </tr>\n");
|
||||
printf(" <tr>\n");
|
||||
printf(" <td> </td>\n");
|
||||
printf(" <td style=\"text-align: right\" id=\"put_spinner\"> </td>\n");
|
||||
printf(" <td><input type=\"button\" value=\"OK\" id=\"put_button\" onclick=\"ProcessPut()\" disabled></td>\n");
|
||||
printf(" </tr>\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user