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/
H A 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/
H A 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/
H A Daction.php67 'title' => $this->getLang('alert'),
68 'icon' => '../../plugins/wrap/images/note/16/alert.png',
69 'open' => '<'.$syntaxDiv.' center round alert 60%>\n',
H A 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); }
H A Dexample.txt186 * any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo'' will add a special note container with a corresponding icon
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</wrap>, <wrap tip>tip</wrap>, <wrap download>download</wrap>, <wrap todo>todo</wrap> and <wrap round box>round box</wrap> and <wrap danger>danger</wrap>, <wrap warning>warning</wrap>, <wrap caution>caution</wrap>, <wrap notice>notice</wrap>, <wrap safety>safety</wrap>.
H A Dhelper.php793 'wrap_info' => 'Info', 'wrap_important' => 'Important', 'wrap_alert' => 'Alert',
/plugin/s5reloaded/ui/thesis/
H A 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); }