File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 * @var string $nameAttribute
2525 * @var string $iconAttribute
2626 * @var string $iconTypeAttribute
27+ * @var string $iconsListShow
2728 * @var array|string $iconsList
2829 * @var string $formAction
2930 * @var array $breadcrumbs
108109echo Html::hiddenInput ('treeMoveHash ' , $ treeMoveHash );
109110?>
110111
111-
112112<?php $ this ->beginBlock ('buttons ' ) ?>
113113<?php if (empty ($ inputOpts ['disabled ' ]) || ($ isAdmin && $ showFormButtons )): ?>
114114 <div class="row">
149149<div class="clearfix"></div>
150150
151151
152- <?php if ($ iconsList === 'text ' || $ iconsList === 'none ' ) : ?>
152+ <?php if ($ iconsListShow === 'text ' || $ iconsListShow === 'none ' ) : ?>
153153
154154 <div class="row">
155155 <div class="col-xs-12 col-sm-12">
You can’t perform that action at this time.
0 commit comments