Updating icons in Features page
--HG-- branch : 1.x
@ -318,6 +318,8 @@
|
||||
<Content Include="Shapes\Styles\Images\toolBarActiveButtonBackground.gif" />
|
||||
<Content Include="Shapes\Styles\Images\toolBarBackground.gif" />
|
||||
<Content Include="Shapes\Styles\Images\toolBarHoverButtonBackground.gif" />
|
||||
<Content Include="Shapes\Styles\Images\widget-zones-on.gif" />
|
||||
<Content Include="Shapes\Styles\Images\widget-zones.gif" />
|
||||
<Content Include="Shapes\Styles\jquery.switchable.css" />
|
||||
<Content Include="Shapes\Styles\special.css" />
|
||||
<Content Include="Shapes\Views\HeadPreload.cshtml" />
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1011 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.0 KiB |
@ -107,7 +107,7 @@
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$(function () {
|
||||
var searchBox = $("<span class=\"hint\">Filter</span> <input id=\"search-box\" class=\"text-box\" type=\"text\" />");
|
||||
var searchBox = $("<fieldset class=\"bulk-actions\"><label for=\"search-box\">@T("Filter:")</label> <input id=\"search-box\" class=\"text-box\" type=\"text\" /></fieldset>");
|
||||
var theSwitch = $(".switch-for-switchable");
|
||||
theSwitch.prepend(searchBox);
|
||||
$("#search-box").focus().keyup(function () {
|
||||
|