JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added Switch Login page and link
[contractor-progress.git] / index.php
index 91c24ee..b156cb7 100644 (file)
--- a/index.php
+++ b/index.php
@@ -51,6 +51,7 @@ function _index_main() {
        }
 
        if(logged_in_as_contractor()) {
+               tem_show('su_link');
                tem_show('needs_attention_header');
                task_summary('needs_approval', 'where state=%i order by id desc', TASK_WORKING);
                task_summary('needs_fixing', 'where (state=%i || state=%i) || (client_id=1 && state<%i) order by id desc', TASK_NEEDS_QUOTE, TASK_BUG, TASK_QUEUED);