From 334ad0414d3f6c7478dd2133432460682a7208c0 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz <soltesz@cs.princeton.edu> Date: Fri, 13 Mar 2009 20:02:11 +0000 Subject: [PATCH] take out debug continue buttons. --- application/views/stage7_firstcontact.php | 2 +- application/views/stage8_rebootpcu.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/stage7_firstcontact.php b/application/views/stage7_firstcontact.php index 540faf6..f419769 100644 --- a/application/views/stage7_firstcontact.php +++ b/application/views/stage7_firstcontact.php @@ -38,7 +38,7 @@ <?php else: ?> <input type='submit' disabled value='Continue'> <?php endif; ?> - <input type='submit' value='Debug Continue'> + <!--input type='submit' value='Debug Continue'--> </form> </td> </tr> diff --git a/application/views/stage8_rebootpcu.php b/application/views/stage8_rebootpcu.php index 79981a8..c5c26ea 100644 --- a/application/views/stage8_rebootpcu.php +++ b/application/views/stage8_rebootpcu.php @@ -82,7 +82,7 @@ <?php else: ?> <input type='submit' disabled value='Continue'> <?php endif; ?> - <input type='submit' value='Debug Continue'> + <!--input type='submit' value='Debug Continue'--> </form> </tbody></table><br /> </div> -- 2.47.0