Home
last modified time | relevance | path

Searched +full:alert +(+path:plugin +path:wrap) -(+path:plugin +path:wrap +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
Dwrap.js13 var alert_box = installed_lang['alert'] || wr_lang['alert'] || 'alert box';
26 var AlertBox='<img src= "' + icons16_path + 'alert.png" title="'+alert_box+'">';
48 … [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,'alert'],
116 case 'alert':
117 open = '<'+syntaxDiv+' center round alert 60%>\n';
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
Dwrap.js13 var alert_box = installed_lang['alert'] || wr_lang['alert'] || 'alert box';
27 var AlertBox='<img src= "' + icons16_path + 'alert.png" title="'+alert_box+'">';
50 … [Box, 'box' ] , [ InfoBox, 'info' ] ,[TipBox,'tip'],[ImportantBox,'important'],[AlertBox,'alert'],
132 case 'alert':
133 open = '<'+syntaxDiv+' center round alert 60%>\n';
/plugin/wrap/
Daction.php67 'title' => $this->getLang('alert'),
68 'icon' => '../../plugins/wrap/images/note/16/alert.png',
69 'open' => '<'.$syntaxDiv.' center round alert 60%>\n',
Dexample.txt186 …* any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo''…
210 <WRAP alert 300px left>
211 === Alert ===
212 %%<WRAP alert></WRAP>%%
270 <wrap info>info</wrap>, <wrap help>help</wrap>, <wrap alert>alert</wrap>, <wrap important>important…
Dstyle.less101 /*____________ alert ____________*/
104 div.wrap_alert { background-image: url(images/note/48/alert.png); }
105 span.wrap_alert { background-image: url(images/note/16/alert.png); }
Dhelper.php793 'wrap_info' => 'Info', 'wrap_important' => 'Important', 'wrap_alert' => 'Alert',
/plugin/s5reloaded/ui/thesis/
Dwrap.css298 /*____________ alert ____________*/
300 div.wrap_alert { background-image: url(../../../wrap/images/note/48/alert.png); }
301 span.wrap_alert { background-image: url(../../../wrap/images/note/16/alert.png); }