|
1 | 1 | <?php
|
| 2 | +/* |
| 3 | + * sysPass |
| 4 | + * |
| 5 | + * @author nuxsmin |
| 6 | + * @link https://syspass.org |
| 7 | + * @copyright 2012-2022, Rubén Domínguez nuxsmin@$syspass.org |
| 8 | + * |
| 9 | + * This file is part of sysPass. |
| 10 | + * |
| 11 | + * sysPass is free software: you can redistribute it and/or modify |
| 12 | + * it under the terms of the GNU General Public License as published by |
| 13 | + * the Free Software Foundation, either version 3 of the License, or |
| 14 | + * (at your option) any later version. |
| 15 | + * |
| 16 | + * sysPass is distributed in the hope that it will be useful, |
| 17 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | + * GNU General Public License for more details. |
| 20 | + * |
| 21 | + * You should have received a copy of the GNU General Public License |
| 22 | + * along with sysPass. If not, see <http://www.gnu.org/licenses/>. |
| 23 | + */ |
| 24 | + |
2 | 25 | /**
|
3 | 26 | * @var ThemeIcons $icons
|
4 | 27 | * @var ConfigData $configData
|
@@ -97,7 +120,8 @@ use SP\Mvc\View\Template;
|
97 | 120 | <td class="descField">
|
98 | 121 | <?php echo __('Base URL'); ?>
|
99 | 122 | <div id="help-dokuwiki_urlbase"
|
100 |
| - class="icon material-icons <?php echo $icons->getIconHelp()->getClass(); ?>"><?php echo $icons->getIconHelp()->getIcon(); ?></div> |
| 123 | + class="icon material-icons <?php echo $icons->getIconHelp()->getClass( |
| 124 | + ); ?>"><?php echo $icons->getIconHelp()->getIcon(); ?></div> |
101 | 125 | <div class="mdl-tooltip mdl-tooltip--large"
|
102 | 126 | for="help-dokuwiki_urlbase">
|
103 | 127 | <p>
|
@@ -128,7 +152,8 @@ use SP\Mvc\View\Template;
|
128 | 152 | <td class="descField">
|
129 | 153 | <?php echo __('User'); ?>
|
130 | 154 | <div id="help-dokuwiki_user"
|
131 |
| - class="icon material-icons <?php echo $icons->getIconHelp()->getClass(); ?>"><?php echo $icons->getIconHelp()->getIcon(); ?></div> |
| 155 | + class="icon material-icons <?php echo $icons->getIconHelp()->getClass( |
| 156 | + ); ?>"><?php echo $icons->getIconHelp()->getIcon(); ?></div> |
132 | 157 | <div class="mdl-tooltip mdl-tooltip--large"
|
133 | 158 | for="help-dokuwiki_user">
|
134 | 159 | <p>
|
|
0 commit comments