more asset manager stuff
This commit is contained in:
parent
7ab8d9e43f
commit
4bc4974ecc
117 changed files with 2236 additions and 982 deletions
|
|
@ -1,3 +1,6 @@
|
|||
/* Import theme specific language pack */
|
||||
tinyMCE.importPluginLanguagePack('zoom', 'uk,se');
|
||||
|
||||
/**
|
||||
* Returns the HTML contents of the zoom control.
|
||||
*/
|
||||
|
|
@ -8,10 +11,10 @@ function TinyMCE_zoom_getControlHTML(control_name) {
|
|||
switch (control_name) {
|
||||
case "zoom":
|
||||
return '<select id="{$editor_id}_formatSelect" name="{$editor_id}_zoomSelect" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceZoom\',false,this.options[this.selectedIndex].value);" class="mceSelectList">\
|
||||
<option value="100%">100%</option>\
|
||||
<option value="150%">150%</option>\
|
||||
<option value="200%">200%</option>\
|
||||
<option value="250%">250%</option>\
|
||||
<option value="100%">{$lang_zoom_prefix} 100%</option>\
|
||||
<option value="150%">{$lang_zoom_prefix} 150%</option>\
|
||||
<option value="200%">{$lang_zoom_prefix} 200%</option>\
|
||||
<option value="250%">{$lang_zoom_prefix} 250%</option>\
|
||||
</select>';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue