<form action="ajax.php" method="post" onsubmit="return FBStatus.save_edit_mood();"> <div class="friends_mini friends block"> <div class="blockbody userprof_content userprof_content_border"> <h5 class="blocksubhead userprof_blocksubhead smaller "> <vb:if condition="$show['dbtech_status_mood_change']"> <a class="textcontrol imagecontrol" style="cursor: pointer;" id="dbtech_status_editlink" href="javascript://" onclick="return FBStatus.init_edit_mood();"> <img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit}" /> </a> </vb:if> {vb:rawphrase dbtech_status_mood} </h5> <div class="blockrow member_blockrow"> <div id="dbtech_status_mood"> <div id="dbtech_status_moodtext"> <vb:if condition="$prepared['dbtech_status_mood']"> {vb:raw vboptions.dbtech_status_mood_prefix} {vb:raw prepared.mood} <vb:else /> {vb:raw vboptions.dbtech_status_default_mood} </vb:if> </div> </div> <div style="display:none;" id="dbtech_status_mood_controls{vb:var post.postid}"> <span style="font-weight: bold;">{vb:rawphrase dbtech_status_moodedit} - <a href="javascript://" onclick="return FBStatus{vb:var post.postid}.cancel_edit_mood();">{vb:rawphrase cancel}</a></span> {vb:raw critbit} </div> </div> </div><!-- blockbody --> </div><!-- widget block --> </form>