Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/templates
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@sugarlabs.org>2011-11-21 02:25:31 (GMT)
committer Sebastian Silva <sebastian@sugarlabs.org>2011-11-21 02:25:31 (GMT)
commit1382ddc2bf06e35d61c9b1c07a45d8d1c3052f90 (patch)
tree2f8a66cab9d010a3588f2c20adc009966ccc67e7 /app/templates
parenta7100c6b620b115c2a5a4b49a5d39b3fff9fbb0e (diff)
disable inoperative feature (new project)
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/help.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/help.html b/app/templates/help.html
index 757cbf3..fcfbb46 100644
--- a/app/templates/help.html
+++ b/app/templates/help.html
@@ -49,9 +49,9 @@ ${get_flashed_messages()}
<div class="rounded" style="background-color:white;float:left; padding: 35px;">
<img src="/static/images/activity-websdk.stroke.png" /></div>
<p>You can build or modify Sugar Activities!</p>
- <p>You may start a new project:</p>
+ <p>You may (soon!) start a new project:</p>
<form target="_top" action="/chdir" method="POST">
- <input class="rounded" style="height:22px;background-color:white;" name="newproject" type="text" />
+ <input class="rounded" style="height:22px;background-color:white;" name="newproject" type="text" disabled="yes" />
<p>or open an existing project:</p>
<select style="color:white;" name="oldproject">
<option value="">(select one)</option>