diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-23 04:53:48 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-23 04:53:48 +0000 |
| commit | b1a15f21302c12da480591d4d5d3d4396b78ce90 (patch) | |
| tree | 90ce21d5b6e88fa12e51da40b484656bd0ed5553 /modules/organize/views | |
| parent | 1173b21f959eb013fc1844c5a1d5f3a071a1d455 (diff) | |
Implement a cancel button so that if an organize task is paused, it
can be cancelled.
Diffstat (limited to 'modules/organize/views')
| -rw-r--r-- | modules/organize/views/organize.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/organize/views/organize.html.php b/modules/organize/views/organize.html.php index e679f907..95bab1ea 100644 --- a/modules/organize/views/organize.html.php +++ b/modules/organize/views/organize.html.php @@ -36,6 +36,7 @@ <div id="ft" style="visibility: hidden"> <a id="gOrganizeTaskPause" href="#" class="submit"><?= t("Pause") ?></a> <a id="gOrganizeTaskResume" href="#" style="display: none" class="submit"><?= t("Resume") ?></a> + <a id="gOrganizeTaskCancel" href="#" style="display: none" class="submit"><?= t("Cancel") ?></a> <div class="gProgressBar"> </div> </div> |
