diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-19 20:18:35 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-19 20:18:35 -0700 |
commit | 2e35d7010b363222d0a82fe440a10329e13543d7 (patch) | |
tree | 20a472dbdf04b4b5fe0f0ace82885d322618fe6e /view | |
parent | 71c802638330b9507d0635f74eb5d27b6adb04e5 (diff) | |
download | volse-hubzilla-2e35d7010b363222d0a82fe440a10329e13543d7.tar.gz volse-hubzilla-2e35d7010b363222d0a82fe440a10329e13543d7.tar.bz2 volse-hubzilla-2e35d7010b363222d0a82fe440a10329e13543d7.zip |
remove the cheesy "what's on your mind"
Diffstat (limited to 'view')
-rw-r--r-- | view/jot.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index e10c9a8eb..baa743e61 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -1,7 +1,7 @@ <div id="profile-jot-wrapper" > <div id="profile-jot-banner-wrapper"> - <div id="profile-jot-desc" >What's on your mind?</div> + <div id="profile-jot-desc" > </div> <div id="character-counter" class="grey"></div> </div> <div id="profile-jot-banner-end"></div> @@ -15,7 +15,7 @@ <textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea> <div id="profile-jot-submit-wrapper" > -<input type="submit" id="profile-jot-submit" name="submit" value="Submit" /> +<input type="submit" id="profile-jot-submit" name="submit" value="Share" /> <div id="profile-upload-wrapper" style="display: $visitor;" > <div id="wall-image-upload-div" ><img id="wall-image-upload" src="images/camera-icon.gif" alt="Upload Photo" title="Upload Photo" /></div> </div> |