diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-06-24 14:53:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-26 09:27:32 +0100 |
| commit | f28116ec108ec0651dac9956707358aac00fef13 (patch) | |
| tree | 88de4c706bc7ab9ff7d0a643c0f5d80a9f5b4c23 /bitbake/lib/toaster/toastergui/templates/toastertable.html | |
| parent | 583e3207642af9cf3247501bb31ca1ef9bf599fe (diff) | |
| download | poky-f28116ec108ec0651dac9956707358aac00fef13.tar.gz | |
bitbake: toasterui: fixes after html5 compliance testing
This patch brings fixes for issues highlighted by
HTML5 compliance testing.
(Bitbake rev: 7aecb974d44d9bc711ffba5cc65e770811397fba)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/toastertable.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/toastertable.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html index c7c7a84bf7..047311636c 100644 --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | <div class="row-fluid" id="no-results-{{table_name}}" style="display:none"> | 29 | <div class="row-fluid" id="no-results-{{table_name}}" style="display:none"> |
| 30 | <div class="alert"> | 30 | <div class="alert"> |
| 31 | <form class="no-results input-append"> | 31 | <form class="no-results input-append"> |
| 32 | <input class="input-xxlarge" id="new-search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" value="{{request.GET.search}}"/> | 32 | <input class="input-xxlarge" id="new-search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" value="{%if request.GET.search %}{{request.GET.search}}{%endif%}"/> |
| 33 | <a href="#" class="add-on btn remove-search-btn-{{table_name}}" tabindex="-1"> | 33 | <a href="#" class="add-on btn remove-search-btn-{{table_name}}" tabindex="-1"> |
| 34 | <i class="icon-remove"></i> | 34 | <i class="icon-remove"></i> |
| 35 | </a> | 35 | </a> |
| @@ -46,7 +46,7 @@ | |||
| 46 | <div class="navbar-inner"> | 46 | <div class="navbar-inner"> |
| 47 | <div class="navbar-search input-append pull-left"> | 47 | <div class="navbar-search input-append pull-left"> |
| 48 | 48 | ||
| 49 | <input class="input-xxlarge" id="search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" value="{{request.GET.search}}"/> | 49 | <input class="input-xxlarge" id="search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" value="{%if request.GET.search%}{{request.GET.search}}{%endif%}"/> |
| 50 | <a href="#" style="display:none" class="add-on btn remove-search-btn-{{table_name}}" tabindex="-1"> | 50 | <a href="#" style="display:none" class="add-on btn remove-search-btn-{{table_name}}" tabindex="-1"> |
| 51 | <i class="icon-remove"></i> | 51 | <i class="icon-remove"></i> |
| 52 | </a> | 52 | </a> |
