diff options
author | Marcel Klehr <mklehr@gmx.net> | 2013-03-26 19:22:04 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2013-03-26 19:22:04 +0100 |
commit | 2393dcd65259e232006ad5c956f19eeee60370e7 (patch) | |
tree | b83930e5806cca69efacc06edbf08003ee9d16dd /src/templates/admin | |
parent | f75a839cd093480684f2a0790b67dd9bd7324197 (diff) | |
download | etherpad-lite-2393dcd65259e232006ad5c956f19eeee60370e7.zip |
Disable search until registry is loaded and fix sorting by version
... and always display a scrollbar.
Diffstat (limited to 'src/templates/admin')
-rw-r--r-- | src/templates/admin/plugins.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/admin/plugins.html b/src/templates/admin/plugins.html index 8ca24644..fe1f607a 100644 --- a/src/templates/admin/plugins.html +++ b/src/templates/admin/plugins.html @@ -69,7 +69,7 @@ <h2>Available plugins</h2>
<form>
- <input type="text" name="search" placeholder="Search for plugins to install" id="search-query">
+ <input type="text" name="search" disabled placeholder="Search for plugins to install" id="search-query">
</form>
<table>
@@ -77,7 +77,7 @@ <tr>
<th class="sort up" data-label="name">Name</th>
<th class="sort none" data-label="description">Description</th>
- <th class="sort none" data-label="Version">Version</th>
+ <th class="sort none" data-label="version">Version</th>
<td></td>
</tr>
</thead>
|