Ticket #4890: 4890_2.patch

File 4890_2.patch, 2.4 KB (added by Sa'ar Zac Elias, 13 years ago)
  • _source/lang/en.js

     
    175175                langDirRTL              : 'Right to Left (RTL)',
    176176                acccessKey              : 'Access Key',
    177177                name                    : 'Name',
    178                 langCode                : 'Language Code',
    179                 tabIndex                : 'Tab Index',
    180                 advisoryTitle   : 'Advisory Title',
     178                langCode                        : 'Language Code',
     179                tabIndex                        : 'Tab Index',
     180                advisoryTitle           : 'Advisory Title',
    181181                advisoryContentType     : 'Advisory Content Type',
    182182                cssClasses              : 'Stylesheet Classes',
    183183                charset                 : 'Linked Resource Charset',
    184184                styles                  : 'Style',
    185                 selectAnchor    : 'Select an Anchor',
     185                rel                     : 'Relationship',
     186                selectAnchor            : 'Select an Anchor',
    186187                anchorName              : 'By Anchor Name',
    187                 anchorId                : 'By Element Id',
    188                 emailAddress    : 'E-Mail Address',
    189                 emailSubject    : 'Message Subject',
     188                anchorId                        : 'By Element Id',
     189                emailAddress            : 'E-Mail Address',
     190                emailSubject            : 'Message Subject',
    190191                emailBody               : 'Message Body',
    191192                noAnchors               : '(No anchors available in the document)',
    192193                noUrl                   : 'Please type the link URL',
  • _source/plugins/link/dialogs/link.js

     
    237237                        advAttr( 'advCSSClasses', 'class' );
    238238                        advAttr( 'advCharset', 'charset' );
    239239                        advAttr( 'advStyles', 'style' );
     240                        advAttr( 'advRel', 'rel' );
    240241                }
    241242
    242243                // Find out whether we have any anchors in the editor.
     
    11211122                                                        },
    11221123                                                        {
    11231124                                                                type : 'hbox',
     1125                                                                widths : [ '45%', '55%' ],
    11241126                                                                children :
    11251127                                                                [
    11261128                                                                        {
    11271129                                                                                type : 'text',
     1130                                                                                label : linkLang.rel,
     1131                                                                                'default' : '',
     1132                                                                                id : 'advRel',
     1133                                                                                setup : setupAdvParams,
     1134                                                                                commit : commitAdvParams
     1135                                                                        },
     1136                                                                        {
     1137                                                                                type : 'text',
    11281138                                                                                label : linkLang.styles,
    11291139                                                                                'default' : '',
    11301140                                                                                id : 'advStyles',
    11311141                                                                                setup : setupAdvParams,
    11321142                                                                                commit : commitAdvParams
    1133 
    11341143                                                                        }
    11351144                                                                ]
    11361145                                                        }
     
    13061315                                advAttr( 'advCSSClasses', 'class' );
    13071316                                advAttr( 'advCharset', 'charset' );
    13081317                                advAttr( 'advStyles', 'style' );
     1318                                advAttr( 'advRel', 'rel' );
    13091319                        }
    13101320
    13111321
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy