Make WordPress Core


Ignore:
Timestamp:
02/21/2008 09:40:25 PM (17 years ago)
Author:
ryan
Message:

TinyMCE 3.01. Props azaozz. fixes #5944

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/themes/advanced/charmap.htm

    r6694 r6959  
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    12<html xmlns="http://www.w3.org/1999/xhtml">
    23<head>
     
    78    <base target="_self" />
    89</head>
    9 <body style="display: none">
    10 <table style="background:#fff;" align="center" border="0" cellspacing="0" cellpadding="2">
     10<body id="charmap" style="display:none">
     11<table align="center" border="0" cellspacing="0" cellpadding="2">
    1112    <tr>
    1213        <td colspan="2" class="title">{#advanced_dlg.charmap_title}</td>
    1314    </tr>
    1415    <tr>
    15         <td id="charmap" rowspan="2" align="left" valign="top">
     16        <td id="charmapView" rowspan="2" align="left" valign="top">
    1617            <!-- Chars will be rendered here -->
    1718        </td>
    1819        <td width="100" align="center" valign="top">
    19             <table border="0" cellpadding="0" cellspacing="0" width="100" style="height: 100px">
     20            <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px">
    2021                <tr>
    21                     <td class="charmapOver" style="font-size: 40px; height:80px;" id="codeV">&nbsp;</td>
     22                    <td id="codeV">&nbsp;</td>
    2223                </tr>
    2324                <tr>
    24                     <td style="font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-align:center;" id="codeN">&nbsp;</td>
     25                    <td id="codeN">&nbsp;</td>
    2526                </tr>
    2627            </table>
Note: See TracChangeset for help on using the changeset viewer.