| /dokuwiki/inc/Menu/ |
| H A D | MobileMenu.php | 53 * @param string $button submit button label 56 public function getDropdown($empty = '', $button = '>') argument 89 $html .= '<button type="submit">' . $button . '</button>';
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | basic.less | 234 button img { 351 button, 412 input[type=button], 414 input.button, 415 a.button, 416 button, 417 .qq-upload-button { 431 input[type=button]:hover, 432 input[type=button]:active, 433 input[type=button]:hover, [all …]
|
| H A D | _edit.css | 34 .dokuwiki div.toolbar button.toolbutton { 49 div.picker button.pickerbutton, 50 div.picker button.toolbutton { 90 .dokuwiki .editBar .editButtons button { 132 .dokuwiki .secedit button {
|
| H A D | _fileuploader.css | 16 /* select file button */ 18 .qq-upload-button { 26 .qq-upload-button-focus {
|
| H A D | _modal.css | 10 /* link wizard (opens from the link button in the edit toolbar) 91 #media__popup_content button {
|
| H A D | content.less | 219 button.toolbutton { 225 button.toolbutton:first-child { 231 button.toolbutton:last-child { 238 button.toolbutton:last-child { 246 button.toolbutton:first-child {
|
| H A D | _forms.css | 65 .dokuwiki button {
|
| H A D | design.less | 145 button { 162 button {
|
| H A D | _search.less | 32 button.toggleAssistant {
|
| H A D | _media_popup.css | 207 #dw__mediasearch button {
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | style.less | 2 button.primary {
|
| /dokuwiki/inc/lang/ia/ |
| H A D | norev.txt | 3 Le version specificate non existe. Usa le button "Versiones ancian" pro un lista de versiones ancia…
|
| H A D | newpage.txt | 3 …existe ancora. Si tu ha le permission requisite, tu pote crear lo con le button **Crear iste pagin…
|
| /dokuwiki/lib/styles/ |
| H A D | print.css | 10 .secedit, /* section edit button */
|
| H A D | screen.css | 73 #media__popup_content button.button { 78 #media__popup_content button.selected {
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 3 * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, chec… 163 .ui-button { 176 .ui-button, 177 .ui-button:link, 178 .ui-button:visited, 179 .ui-button:hover, 180 .ui-button:active { 185 .ui-button-icon-only { 193 input.ui-button.ui-button-icon-only { 197 /* button icon element(s) */ [all …]
|
| /dokuwiki/lib/scripts/ |
| H A D | fileuploaderextended.js | 102 button: 'qq-upload-button', property 189 … var button = '<form method="post" action="' + action + '" id="mediamanager__done_form"><div>'; 190 button += '<input type="hidden" value="' + result.ns + '" name="ns">'; 191 button += '<input type="hidden" value="1" name="recent">'; 192 button += '<button type="submit">' + LANG.media_done_btn + '</button></div></form>'; 193 jQuery('#mediamanager__uploader').append(button);
|
| H A D | fileuploader.js | 259 button: null, property 290 if (this._options.button){ 291 this._button = this._createUploadButton(this._options.button); 506 button: 'qq-upload-button', property
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | style.css | 20 #user__manager button[disabled] {
|
| /dokuwiki/lib/plugins/config/lang/ia/ |
| H A D | intro.txt | 7 Rememora de premer le button **SALVEGUARDAR** ante de quitar iste pagina, alteremente tu modificati…
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 7 Remember to press the **Save** button before leaving this page otherwise your changes will be lost.
|
| /dokuwiki/lib/plugins/popularity/lang/ia/ |
| H A D | intro.txt | 9 Le datos crude que essera inviate es monstrate hic infra. Per favor usa le button "Inviar datos" pr…
|
| /dokuwiki/lib/plugins/popularity/lang/en/ |
| H A D | intro.txt | 9 The raw data that will be sent is shown below. Please use the **Send Data** button to transfer the …
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".… property
|
| /dokuwiki/inc/ |
| H A D | template.php | 1602 * @param string $button submit button label 1607 function tpl_actiondropdown($empty = '', $button = '>') argument 1611 echo $menu->getDropdown($empty, $button);
|