| @@ 1676-1682 (lines=7) @@ | ||
| 1673 | 'description' => $editortxt['Font Color'] |
|
| 1674 | ), |
|
| 1675 | ); |
|
| 1676 | if (empty($modSettings['disable_wysiwyg'])) |
|
| 1677 | { |
|
| 1678 | $context['bbc_tags'][count($context['bbc_tags']) - 1][] = array( |
|
| 1679 | 'code' => 'removeformat', |
|
| 1680 | 'description' => $editortxt['Remove Formatting'], |
|
| 1681 | ); |
|
| 1682 | } |
|
| 1683 | $context['bbc_tags'][] = array( |
|
| 1684 | array( |
|
| 1685 | 'code' => 'floatleft', |
|
| @@ 1745-1751 (lines=7) @@ | ||
| 1742 | 'description' => $editortxt['Maximize'] |
|
| 1743 | ), |
|
| 1744 | ); |
|
| 1745 | if (empty($modSettings['disable_wysiwyg'])) |
|
| 1746 | { |
|
| 1747 | $context['bbc_tags'][count($context['bbc_tags']) - 1][] = array( |
|
| 1748 | 'code' => 'source', |
|
| 1749 | 'description' => $editortxt['View source'], |
|
| 1750 | ); |
|
| 1751 | } |
|
| 1752 | ||
| 1753 | $editor_tag_map = array( |
|
| 1754 | 'b' => 'bold', |
|