Show
Ignore:
Timestamp:
09/10/07 19:52:14 (15 months ago)
Author:
aarkerio
Message:

Front end changes

Location:
trunk/app/views/messages
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/messages/message.thtml

    r65 r83  
    88 
    99if ($blog[0]["User"]["id"] == $othAuth->user('id')) 
    10   { 
     10{ 
    1111     echo "<p>(Will you send a message to yourself?)</p>"; 
    12   } 
     12} 
    1313?> 
    1414<div id="charging" style="display:none;"><?php echo $html->image('static/loading.gif', array("alt"=>"Loading")); ?></div> 
     
    3434  <?php echo $ajax->submit('Send', array("url" => "/messages/add/",  
    3535                                         "update"=>"updater", 
     36                                         "before" => "MyFCKObject.UpdateEditorFormValue();", 
    3637                                         "loading" => "Element.show('charging');Element.hide('updater')", 
    3738                                         "complete" => "Element.hide('charging');Effect.Appear('updater')" 
     
    4950</div> 
    5051 
    51 <?php endif; ?> 
     52<?php  
     53endif;  
     54 
     55echo $fck->fckAjax(); 
     56 
     57?>