Lines 41-47
Link Here
|
41 |
<div class="col-sm-10 col-sm-push-2"> |
41 |
<div class="col-sm-10 col-sm-push-2"> |
42 |
<main> |
42 |
<main> |
43 |
|
43 |
|
44 |
<h1>System preferences</h1> |
|
|
45 |
[% IF ( jump_not_found ) %] |
44 |
[% IF ( jump_not_found ) %] |
46 |
<div class="dialog alert"> |
45 |
<div class="dialog alert"> |
47 |
Could not find a system preference named <code>[% jumpfield | html %]</code>. |
46 |
Could not find a system preference named <code>[% jumpfield | html %]</code>. |
Lines 51-58
Link Here
|
51 |
<div class="dialog alert"> |
50 |
<div class="dialog alert"> |
52 |
No system preferences matched your search for: <strong>[% searchfield | html %]</strong> |
51 |
No system preferences matched your search for: <strong>[% searchfield | html %]</strong> |
53 |
</div> |
52 |
</div> |
|
|
53 |
<h1>System preferences</h1> |
54 |
[% ELSIF searchfield %] |
54 |
[% ELSIF searchfield %] |
55 |
<h2>You searched for: [% searchfield | html %]</h2> |
55 |
<h1>System preferences matching: [% searchfield | html %]</h1> |
|
|
56 |
[% ELSE %] |
57 |
<h1>System preferences</h1> |
56 |
[% END %] |
58 |
[% END %] |
57 |
[% FOREACH TAB IN TABS %] |
59 |
[% FOREACH TAB IN TABS %] |
58 |
<div class="prefs-tab"> |
60 |
<div class="prefs-tab"> |
59 |
- |
|
|