diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-09 23:02:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-09 23:02:28 -0400 |
| commit | 50322cc12ba7c4d3b690d1844c1a7b865b0a038a (patch) | |
| tree | 5cac1c8fe97c75a7245575d20aaf4b303de4dab2 /template/profile.st | |
| parent | 9113524e195555424b3cbc63b526e3acc43d0987 (diff) | |
sostler prod commit
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/template/profile.st b/template/profile.st index f648e43..97394aa 100644 --- a/template/profile.st +++ b/template/profile.st @@ -97,9 +97,10 @@ </div> + <div id="msgInputDiv"> - <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> - <a href="#" onClick="alert('Coming soon!');return false"> <input id="msgSubmit"value="private message"/></a> + <div id="msginputrapper"> + $if(prev)$ <a href="/$nick$/$prev$"><input id="prevbutton" value="<- Prev"></a> $else$ @@ -112,9 +113,7 @@ <input id="nextbutton" value="nomodumps"> $endif$ - - <a href="http://dump.fm/u/$nick$/favorites"> <button id="palette-button"><img src="/static/img/palette.gif"></button></a> - + </div> <div id="footerc"> $footer()$ |
