Changeset 1705 in ExiteCMS for trunk/pm.php


Ignore:
Timestamp:
08/27/08 22:37:24 (4 years ago)
Author:
hverton
Message:

fixed BBcode positioning bug when scrollbars were visible
created a new bbcode_editor template for inclusion in templates that require the editor
added support for locales to the bbcode editor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pm.php

    r1700 r1705  
    10411041 
    10421042    // define the panel and assign the template variables 
    1043     $template_panels[] = array('type' => 'body', 'name' => 'pm.post', 'title' => $title, 'template' => 'main.pm.post.tpl', 'locale' => "main.pm"); 
     1043    $template_panels[] = array('type' => 'body', 'name' => 'pm.post', 'title' => $title, 'template' => 'main.pm.post.tpl', 'locale' => array("main.pm", "hoteditor")); 
    10441044    $template_variables['pm.post'] = $variables; 
    10451045 
Note: See TracChangeset for help on using the changeset viewer.