Changeset 83 for trunk/app/views/messages
- Timestamp:
- 09/10/07 19:52:14 (15 months ago)
- Location:
- trunk/app/views/messages
- Files:
-
- 1 added
- 1 modified
-
message.thtml (modified) (3 diffs)
-
sent.thtml (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/messages/message.thtml
r65 r83 8 8 9 9 if ($blog[0]["User"]["id"] == $othAuth->user('id')) 10 {10 { 11 11 echo "<p>(Will you send a message to yourself?)</p>"; 12 }12 } 13 13 ?> 14 14 <div id="charging" style="display:none;"><?php echo $html->image('static/loading.gif', array("alt"=>"Loading")); ?></div> … … 34 34 <?php echo $ajax->submit('Send', array("url" => "/messages/add/", 35 35 "update"=>"updater", 36 "before" => "MyFCKObject.UpdateEditorFormValue();", 36 37 "loading" => "Element.show('charging');Element.hide('updater')", 37 38 "complete" => "Element.hide('charging');Effect.Appear('updater')" … … 49 50 </div> 50 51 51 <?php endif; ?> 52 <?php 53 endif; 54 55 echo $fck->fckAjax(); 56 57 ?>
