= t("Occasionally your Gallery will require some maintenance. Here are some tasks you can use to keep it running smoothly.") ?>
= t("Name") ?> | = t("Description") ?> | = t("Action") ?> |
---|---|---|
= $task->name ?> | = $task->description ?> | callback?csrf=$csrf") ?>" class="gDialogLink"> = t("run") ?> |
= t("Last Updated") ?> | = t("Name") ?> | = t("Status") ?> | = t("Info") ?> | = t("Owner") ?> | = t("Action") ?> |
---|---|---|---|---|---|
= date("M j, Y H:i:s", $task->updated) ?> | = $task->name ?> | if ($task->done): ?> if ($task->state == "cancelled"): ?> = t("Cancelled") ?> endif ?> = t("Done") ?> elseif ($task->state == "stalled"): ?> = t("Stalled") ?> else: ?> = t("%percent_complete% Complete", array("percent_complete" => $task->percent_complete)) ?> endif ?> | = $task->status ?> | = $task->owner()->name ?> | if ($task->state == "stalled"): ?> id?csrf=$csrf") ?>"> = t("resume") ?> endif ?> id?csrf=$csrf") ?>"> = t("cancel") ?> |
= t("Last Updated") ?> | = t("Name") ?> | = t("Status") ?> | = t("Info") ?> | = t("Owner") ?> | = t("Action") ?> |
---|---|---|---|---|---|
= date("M j, Y H:i:s", $task->updated) ?> | = $task->name ?> | if ($task->state == "success"): ?> = t("Success") ?> elseif ($task->state == "error"): ?> = t("Failed") ?> elseif ($task->state == "cancelled"): ?> = t("Cancelled") ?> endif ?> | = $task->status ?> | = $task->owner()->name ?> | if ($task->done): ?> id?csrf=$csrf") ?>"> = t("remove") ?> else: ?> id?csrf=$csrf") ?>"> = t("resume") ?> id?csrf=$csrf") ?>"> = t("cancel") ?> endif ?> |