Ignore:
Timestamp:
Apr 2, 2012, 10:49:46 PM (12 years ago)
Author:
rvelices
Message:
  • comment edit form looks ok now with the new comment layout
  • removed unused css / simplify it
  • simplified jquery drop boxes ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_comment.inc.php

    r13773 r13865  
    199199            'action'=>'edit_comment',
    200200            'comment_to_edit'=>$row['id'],
    201             'pwg_token' => get_pwg_token(),
    202201            )
    203202          );
     
    208207            $tpl_comment['KEY'] = $key;
    209208            $tpl_comment['CONTENT'] = $row['content'];
     209            $tpl_comment['PWG_TOKEN'] = get_pwg_token();
    210210          }
    211211      }
Note: See TracChangeset for help on using the changeset viewer.