Ticket #1891: 1891.patch

File 1891.patch, 11.3 KB (added by Alfonso Martínez de Lizarrondo, 16 years ago)

Proposed patch

  • _whatsnew.html

     
    122122                        posted data page has now the table fixed at 100% width. </li>
    123123                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2396">#2396</a>] SpellerPages
    124124                        was causing a "Permission Denied" error in some situations. </li>
     125                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1891">#1891</a>] Removed
     126                        unnecessary name attributes in dialogs. </li>
    125127        </ul>
    126128        <p>
    127129                <a href="_whatsnew_history.html">See previous versions history</a></p>
  • editor/dialog/fck_docprops.html

     
    456456                                                <tr>
    457457                                                        <td nowrap="nowrap">
    458458                                                                <span fcklang="DlgDocDocType">Document Type Heading</span><br />
    459                                                                 <select id="selDocType" name="selDocType" onchange="CheckOther( this, 'txtDocType' );">
     459                                                                <select id="selDocType" onchange="CheckOther( this, 'txtDocType' );">
    460460                                                                        <option value="" selected="selected"></option>
    461461                                                                        <option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML
    462462                                                                                4.01 Transitional</option>
  • editor/dialog/fck_select.html

     
    132132                                                <tr>
    133133                                                        <td nowrap><span fckLang="DlgSelectSize">Size</span>&nbsp;</td>
    134134                                                        <td nowrap><input id="txtLines" type="text" size="2" value="">&nbsp;<span fckLang="DlgSelectLines">lines</span></td>
    135                                                         <td nowrap align="right"><input id="chkMultiple" name="chkMultiple" type="checkbox"><label for="chkMultiple" fckLang="DlgSelectChkMulti">Allow
     135                                                        <td nowrap align="right"><input id="chkMultiple" type="checkbox"><label for="chkMultiple" fckLang="DlgSelectChkMulti">Allow
    136136                                                                        multiple selections</label></td>
    137137                                                </tr>
    138138                                        </table>
     
    143143                                        <table width="100%">
    144144                                                <tr>
    145145                                                        <td width="50%"><span fckLang="DlgSelectOpText">Text</span><br>
    146                                                                 <input id="txtText" style="WIDTH: 100%" type="text" name="txtText">
     146                                                                <input id="txtText" style="WIDTH: 100%" type="text">
    147147                                                        </td>
    148148                                                        <td width="50%"><span fckLang="DlgSelectOpValue">Value</span><br>
    149                                                                 <input id="txtValue" style="WIDTH: 100%" type="text" name="txtValue">
     149                                                                <input id="txtValue" style="WIDTH: 100%" type="text">
    150150                                                        </td>
    151151                                                        <td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></td>
    152152                                                        <td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="Modify"></td>
    153153                                                </tr>
    154154                                                <tr>
    155155                                                        <td rowSpan="2"><select id="cmbText" style="WIDTH: 100%" onchange="GetE('cmbValue').selectedIndex = this.selectedIndex;Select(this);"
    156                                                                         size="5" name="cmbText"></select>
     156                                                                        size="5"></select>
    157157                                                        </td>
    158158                                                        <td rowSpan="2"><select id="cmbValue" style="WIDTH: 100%" onchange="GetE('cmbText').selectedIndex = this.selectedIndex;Select(this);"
    159                                                                         size="5" name="cmbValue"></select>
     159                                                                        size="5"></select>
    160160                                                        </td>
    161161                                                        <td vAlign="top" colSpan="2">
    162162                                                        </td>
  • editor/dialog/fck_table.html

     
    183183                                                                        <td>
    184184                                                                                <span fcklang="DlgTableRows">Rows</span>:</td>
    185185                                                                        <td>
    186                                                                                 &nbsp;<input id="txtRows" type="text" maxlength="3" size="2" value="3" name="txtRows"
     186                                                                                &nbsp;<input id="txtRows" type="text" maxlength="3" size="2" value="3"
    187187                                                                                        onkeypress="return IsDigit(event);" /></td>
    188188                                                                </tr>
    189189                                                                <tr>
    190190                                                                        <td>
    191191                                                                                <span fcklang="DlgTableColumns">Columns</span>:</td>
    192192                                                                        <td>
    193                                                                                 &nbsp;<input id="txtColumns" type="text" maxlength="2" size="2" value="2" name="txtColumns"
     193                                                                                &nbsp;<input id="txtColumns" type="text" maxlength="2" size="2" value="2"
    194194                                                                                        onkeypress="return IsDigit(event);" /></td>
    195195                                                                </tr>
    196196                                                                <tr>
     
    203203                                                                        <td>
    204204                                                                                <span fcklang="DlgTableBorder">Border size</span>:</td>
    205205                                                                        <td>
    206                                                                                 &nbsp;<input id="txtBorder" type="text" maxlength="2" size="2" value="1" name="txtBorder"
     206                                                                                &nbsp;<input id="txtBorder" type="text" maxlength="2" size="2" value="1"
    207207                                                                                        onkeypress="return IsDigit(event);" /></td>
    208208                                                                </tr>
    209209                                                                <tr>
    210210                                                                        <td>
    211211                                                                                <span fcklang="DlgTableAlign">Alignment</span>:</td>
    212212                                                                        <td>
    213                                                                                 &nbsp;<select id="selAlignment" name="selAlignment">
     213                                                                                &nbsp;<select id="selAlignment">
    214214                                                                                        <option fcklang="DlgTableAlignNotSet" value="" selected="selected">&lt;Not set&gt;</option>
    215215                                                                                        <option fcklang="DlgTableAlignLeft" value="left">Left</option>
    216216                                                                                        <option fcklang="DlgTableAlignCenter" value="center">Center</option>
     
    227227                                                                        <td>
    228228                                                                                <span fcklang="DlgTableWidth">Width</span>:</td>
    229229                                                                        <td>
    230                                                                                 &nbsp;<input id="txtWidth" type="text" maxlength="4" size="3" value="200" name="txtWidth"
     230                                                                                &nbsp;<input id="txtWidth" type="text" maxlength="4" size="3" value="200"
    231231                                                                                        onkeypress="return IsDigit(event);" /></td>
    232232                                                                        <td>
    233                                                                                 &nbsp;<select id="selWidthType" name="selWidthType">
     233                                                                                &nbsp;<select id="selWidthType">
    234234                                                                                        <option fcklang="DlgTableWidthPx" value="pixels" selected="selected">pixels</option>
    235235                                                                                        <option fcklang="DlgTableWidthPc" value="percent">percent</option>
    236236                                                                                </select></td>
     
    239239                                                                        <td>
    240240                                                                                <span fcklang="DlgTableHeight">Height</span>:</td>
    241241                                                                        <td>
    242                                                                                 &nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" name="txtHeight" onkeypress="return IsDigit(event);" /></td>
     242                                                                                &nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" onkeypress="return IsDigit(event);" /></td>
    243243                                                                        <td>
    244244                                                                                &nbsp;<span fcklang="DlgTableWidthPx">pixels</span></td>
    245245                                                                </tr>
     
    255255                                                                        <td nowrap="nowrap">
    256256                                                                                <span fcklang="DlgTableCellSpace">Cell spacing</span>:</td>
    257257                                                                        <td>
    258                                                                                 &nbsp;<input id="txtCellSpacing" type="text" maxlength="2" size="2" value="1" name="txtCellSpacing"
     258                                                                                &nbsp;<input id="txtCellSpacing" type="text" maxlength="2" size="2" value="1"
    259259                                                                                        onkeypress="return IsDigit(event);" /></td>
    260260                                                                        <td>
    261261                                                                                &nbsp;</td>
     
    264264                                                                        <td nowrap="nowrap">
    265265                                                                                <span fcklang="DlgTableCellPad">Cell padding</span>:</td>
    266266                                                                        <td>
    267                                                                                 &nbsp;<input id="txtCellPadding" type="text" maxlength="2" size="2" value="1" name="txtCellPadding"
     267                                                                                &nbsp;<input id="txtCellPadding" type="text" maxlength="2" size="2" value="1"
    268268                                                                                        onkeypress="return IsDigit(event);" /></td>
    269269                                                                        <td>
    270270                                                                                &nbsp;</td>
  • editor/dialog/fck_tablecell.html

     
    138138                                                                                <span fcklang="DlgCellWidth">Width</span>:</td>
    139139                                                                        <td>
    140140                                                                                &nbsp;<input onkeypress="return IsDigit(event);" id="txtWidth" type="text" maxlength="4"
    141                                                                                         size="3" name="txtWidth" />&nbsp;<select id="selWidthType" name="selWidthType">
     141                                                                                        size="3" />&nbsp;<select id="selWidthType">
    142142                                                                                                <option fcklang="DlgCellWidthPx" value="pixels" selected="selected">pixels</option>
    143143                                                                                                <option fcklang="DlgCellWidthPc" value="percent">percent</option>
    144144                                                                                        </select></td>
     
    147147                                                                        <td nowrap="nowrap">
    148148                                                                                <span fcklang="DlgCellHeight">Height</span>:</td>
    149149                                                                        <td>
    150                                                                                 &nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" name="txtHeight" onkeypress="return IsDigit(event);" />&nbsp;<span
     150                                                                                &nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" onkeypress="return IsDigit(event);" />&nbsp;<span
    151151                                                                                        fcklang="DlgCellWidthPx">pixels</span></td>
    152152                                                                </tr>
    153153                                                                <tr>
     
    160160                                                                        <td nowrap="nowrap">
    161161                                                                                <span fcklang="DlgCellWordWrap">Word Wrap</span>:</td>
    162162                                                                        <td>
    163                                                                                 &nbsp;<select id="selWordWrap" name="selAlignment">
     163                                                                                &nbsp;<select id="selWordWrap">
    164164                                                                                        <option fcklang="DlgCellWordWrapYes" value="true" selected="selected">Yes</option>
    165165                                                                                        <option fcklang="DlgCellWordWrapNo" value="false">No</option>
    166166                                                                                </select></td>
     
    175175                                                                        <td nowrap="nowrap">
    176176                                                                                <span fcklang="DlgCellHorAlign">Horizontal Alignment</span>:</td>
    177177                                                                        <td>
    178                                                                                 &nbsp;<select id="selHAlign" name="selAlignment">
     178                                                                                &nbsp;<select id="selHAlign">
    179179                                                                                        <option fcklang="DlgCellHorAlignNotSet" value="" selected>&lt;Not set&gt;</option>
    180180                                                                                        <option fcklang="DlgCellHorAlignLeft" value="left">Left</option>
    181181                                                                                        <option fcklang="DlgCellHorAlignCenter" value="center">Center</option>
     
    186186                                                                        <td nowrap="nowrap">
    187187                                                                                <span fcklang="DlgCellVerAlign">Vertical Alignment</span>:</td>
    188188                                                                        <td>
    189                                                                                 &nbsp;<select id="selVAlign" name="selAlignment">
     189                                                                                &nbsp;<select id="selVAlign">
    190190                                                                                        <option fcklang="DlgCellVerAlignNotSet" value="" selected>&lt;Not set&gt;</option>
    191191                                                                                        <option fcklang="DlgCellVerAlignTop" value="top">Top</option>
    192192                                                                                        <option fcklang="DlgCellVerAlignMiddle" value="middle">Middle</option>
     
    206206                                                                        <td>
    207207                                                                                &nbsp;
    208208                                                                                <input onkeypress="return IsDigit(event);" id="txtRowSpan" type="text" maxlength="3" size="2"
    209                                                                                         name="txtRows"></td>
     209                                                                                        ></td>
    210210                                                                        <td>
    211211                                                                        </td>
    212212                                                                </tr>
     
    216216                                                                        <td>
    217217                                                                                &nbsp;
    218218                                                                                <input onkeypress="return IsDigit(event);" id="txtCollSpan" type="text" maxlength="2"
    219                                                                                         size="2" name="txtColumns"></td>
     219                                                                                        size="2"></td>
    220220                                                                        <td>
    221221                                                                        </td>
    222222                                                                </tr>
     
    232232                                                                        <td nowrap="nowrap">
    233233                                                                                <span fcklang="DlgCellBackColor">Background Color</span>:</td>
    234234                                                                        <td>
    235                                                                                 &nbsp;<input id="txtBackColor" type="text" size="8" name="txtCellSpacing"></td>
     235                                                                                &nbsp;<input id="txtBackColor" type="text" size="8" /></td>
    236236                                                                        <td>
    237237                                                                                &nbsp;
    238238                                                                                <input type="button" fcklang="DlgCellBtnSelect" value="Select..." onclick="SelectColor( 'Back' )"></td>
     
    241241                                                                        <td nowrap="nowrap">
    242242                                                                                <span fcklang="DlgCellBorderColor">Border Color</span>:</td>
    243243                                                                        <td>
    244                                                                                 &nbsp;<input id="txtBorderColor" type="text" size="8" name="txtCellPadding" /></td>
     244                                                                                &nbsp;<input id="txtBorderColor" type="text" size="8" /></td>
    245245                                                                        <td>
    246246                                                                                &nbsp;
    247247                                                                                <input type="button" fcklang="DlgCellBtnSelect" value="Select..." onclick="SelectColor( 'Border' )" /></td>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy