Searched +full:todo +(+path:plugin +path:wrap) -(+path:plugin +path:wrap +path:lang) (Results 1 – 6 of 6) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/ |
D | wrap.js | 16 var todo_box = installed_lang['todo'] || wr_lang['todo'] || 'todo box'; 29 var ToDoBox='<img src= "' + icons16_path + 'todo.png" title="'+todo_box+'">'; 49 … [HelpBox ,'help box'],[DownloadBox,'download'],[ ToDoBox,'todo']], 128 case 'todo': 129 open = '<'+syntaxDiv+' center round todo 60%>\n';
|
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/ |
D | wrap.js | 16 var todo_box = installed_lang['todo'] || wr_lang['todo'] || 'todo box'; 30 var ToDoBox='<img src= "' + icons16_path + 'todo.png" title="'+todo_box+'">'; 51 … [HelpBox ,'help box'],[DownloadBox,'download'],[ ToDoBox,'todo']], 144 case 'todo': 145 open = '<'+syntaxDiv+' center round todo 60%>\n';
|
/plugin/wrap/ |
D | action.php | 88 'title' => $this->getLang('todo'), 89 'icon' => '../../plugins/wrap/images/note/16/todo.png', 90 'open' => '<'.$syntaxDiv.' center round todo 60%>\n',
|
D | example.txt | 186 …* any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo''… 228 <WRAP todo 300px left> 229 === Todo === 230 %%<WRAP todo></WRAP>%% 270 …ant</wrap>, <wrap tip>tip</wrap>, <wrap download>download</wrap>, <wrap todo>todo</wrap> and <wrap…
|
D | style.less | 119 /*____________ todo ____________*/ 122 div.wrap_todo { background-image: url(images/note/48/todo.png); } 123 span.wrap_todo { background-image: url(images/note/16/todo.png); }
|
/plugin/s5reloaded/ui/thesis/ |
D | wrap.css | 313 /*____________ todo ____________*/ 315 div.wrap_todo { background-image: url(../../../wrap/images/note/48/todo.png); } 316 span.wrap_todo { background-image: url(../../../wrap/images/note/16/todo.png); }
|