|
Lines 76-82
Link Here
|
| 76 |
<div class="dialog alert"> |
76 |
<div class="dialog alert"> |
| 77 |
No system preferences matched your search for: <strong>[% searchfield |html %]</strong> |
77 |
No system preferences matched your search for: <strong>[% searchfield |html %]</strong> |
| 78 |
</div> |
78 |
</div> |
| 79 |
[% ELSE %] |
79 |
[% ELSIF searchfield %] |
| 80 |
<h1>You searched for: [% searchfield | html %]</h1> |
80 |
<h1>You searched for: [% searchfield | html %]</h1> |
| 81 |
[% END %] |
81 |
[% END %] |
| 82 |
[% FOREACH TAB IN TABS %] |
82 |
[% FOREACH TAB IN TABS %] |
| 83 |
- |
|
|