diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-20 21:15:56 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-20 21:15:56 -0500 |
commit | 03d6589fefd850f793215cb6805c0f0c0989f93f (patch) | |
tree | acead1c8c7fa4539dc78a21b66d023ea871352f4 /theme/admin | |
parent | 79b46038a7fa8467ed41333a80f88d5279b32153 (diff) | |
download | fourisland-03d6589fefd850f793215cb6805c0f0c0989f93f.tar.gz fourisland-03d6589fefd850f793215cb6805c0f0c0989f93f.tar.bz2 fourisland-03d6589fefd850f793215cb6805c0f0c0989f93f.zip |
Added HG Update to Admin
Now, changes can be remotely pushed to the central repository and updated using the Admin panel.
Diffstat (limited to 'theme/admin')
-rwxr-xr-x | theme/admin/index.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/admin/index.tpl b/theme/admin/index.tpl index c39a380..66fbae3 100755 --- a/theme/admin/index.tpl +++ b/theme/admin/index.tpl | |||
@@ -23,3 +23,9 @@ Welcome to the ubiquitous administration panel!<P> | |||
23 | <UL> | 23 | <UL> |
24 | <LI><A HREF="/admin/managePendingQuotes.php">Manage Pending Quotes</A></LI> | 24 | <LI><A HREF="/admin/managePendingQuotes.php">Manage Pending Quotes</A></LI> |
25 | </UL> | 25 | </UL> |
26 | |||
27 | <H3>Administration</H3> | ||
28 | |||
29 | <UL> | ||
30 | <LI><A HREF="/admin/hgUpdate.php">HG Update</A></LI> | ||
31 | </UL> | ||