Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.

This commit is contained in:
Chad Kieffer
2009-09-30 22:49:36 -06:00
parent 1f02c1ef6e
commit e1e8904e4a
31 changed files with 158 additions and 204 deletions
@@ -9,7 +9,7 @@
appendTo('body').submit().remove();
};
</script>
<div id="gTaskLogDialog">
<div id="gTaskLog-dialog">
<h1> <?= $task->name ?> </h1>
<div class="gTaskLog">
<pre><?= html::purify($task->get_log()) ?></pre>