diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-01 02:27:00 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-01 02:27:00 -0500 |
| commit | c93c582470447fd266c66be082a59ce46a8ecf68 (patch) | |
| tree | f6326d20550107aacd824a3e2b9819c20152f183 /template | |
| parent | 74a478501390729a82c0d40abc38016c512965ff (diff) | |
Fixed click-to-edit
Diffstat (limited to 'template')
| -rwxr-xr-x | template/profile.st | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/template/profile.st b/template/profile.st index 46e8cb4..9c77069 100755 --- a/template/profile.st +++ b/template/profile.st @@ -42,7 +42,7 @@ $if(is_home)$ <div id="avatar-editing" style="display: none"> <div id="avatar" class="editable">$avatar$</div> - <input id="upload" value="Upload" type="submit"> + <input id="upload" value="Upload Icon" type="submit"> <img id="spinner" src="/static/spinner.gif" style="display: none" /> </div> $endif$ @@ -51,8 +51,7 @@ $if(contact)$ <div id="contact" class="linkify">$contact$</div> $else$ - <br><br> - <div><img src="/static/noinfo.png"></div> + <div><img id="contact" src="/static/noinfo.png"></div> $endif$ <br> @@ -60,7 +59,7 @@ $if(bio)$ <div id="bio" class="linkify">$bio$</div> $else$ - <div><img src="/static/noinfo.png"></div> + <div><img id="bio" src="/static/noinfo.png"></div> $endif$ $if(is_home)$ |
