RGL Browser: added show local option

This commit is contained in:
john.j.camilleri
2012-05-15 13:32:49 +00:00
parent d13f71a27e
commit ab28a26db5
4 changed files with 13 additions and 10 deletions

View File

@@ -32,8 +32,9 @@
&nbsp;<span id="scope_count">0</span> items&nbsp;
<input type="submit" id="submit" value="Filter" />
<input type="reset" id="clear" value="Clear" />
<input type="checkbox" id="case_sensitive" checked="checked" />
<label for="case_sensitive">Case sensitive?</label>
<input type="checkbox" id="case_sensitive" checked="checked" /><label for="case_sensitive">Case sensitive?</label>
<input type="radio" name="show" id="show_all" checked="checked" /><label for="show_all">Show all</label>
<input type="radio" name="show" id="show_local" /><label for="show_local">Local only</label>
<table id="scope_list"></table>
</div>
<div id="code" class="panel code">