Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f923eaa authored by Ronak's avatar Ronak
Browse files

changes in search

parent 7c71699f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

# Do not define custom textual information here
# Please use the corresponding file for internationalization
email: helpdesk@murena.com
email: contact@e.email
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://doc.e.foundation" # the base hostname & protocol for your site, e.g. http://example.com

@@ -32,7 +32,7 @@ plugins:
#   - vendor/gems/
#   - vendor/ruby/

languages: ["en", "fr", "it", "es", "de"]
languages: ["en"]
exclude_from_localizations: ["e_docs_website", "javascript", "images", "assets", "images", "pdf", "scripts", "internal", "favicon.ico"]

# Fonts for the site
+4 −19
Original line number Diff line number Diff line
@@ -19,12 +19,11 @@
  <!--SMARTPHONE SELECTOR COLLAPSE START-->
  <div class="row mt-3">
    <div class="col">
      <p class="ml-n2">
        <a class="btn btn-white text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0"
      <p class="">
        <a class="btn btn-info text-wrap font-weight-bold btn-bk-hide text-capitalize text-decoration-none border-0"
          data-toggle="collapse" href="#collapse-selector-screen" role="button" aria-expanded="false"
          aria-controls="collapse-selector-screen">
          Looking for a specific model or brand? Click me for all search
          options.....
          Search options...
        </a>
        <span class="btn btn-light mt-1" id="btnReset">Clear</span>
      </p>
@@ -192,13 +191,7 @@
              <label for="verified-boot" class="label-selector"><b>Verified Boot Status</b></label>
              <div class="radio">
                <label class="radio-label" for="verified-boot-0">
                  <input type="radio" class="rLabel" id="verified-boot-0" name="verified-boot" value="0" checked/>
                  <span class="ml-1">Hide column</span>
                </label>
              </div>
              <div class="radio">
                <label class="radio-label" for="verified-boot-0">
                  <input type="radio" class="rLabel" id="verified-boot-0" name="verified-boot" value="-1"/>
                  <input type="radio" class="rLabel" id="verified-boot-0" name="verified-boot" value="-1" checked/>
                  <span class="ml-1">All</span>
                </label>
              </div>
@@ -251,7 +244,6 @@
            <th scope="col">Display<br />size</th>
            <th scope="col">Removable<br />(battery)</th>
            <th scope="col">SIM<br />slots</th>
            <th scope="col" class="toggle-vb">Verified<br />Boot</th>
          </tr>
        </thead>
        {%- assign legacy_devices = 0 -%}
@@ -410,13 +402,6 @@
              {% endif %}
              {% endif %}
            </td>
            <td class="verified-boot toggle-vb">
              {% if isVerifiedBoot == 'yes' %}
              <a href="{{ device.codename }}">See supported vendors</a>
              {% else %}
              Not Possible
              {% endif %}
            </td>
          </tr>
          {% endfor %}
          {%- endfor %}