// dropdown for views
echo '<select id="view-scDropdown">';
echo '<option disabled> View </option>';
- echo '<option selected="selected" value="bars"> List View </option>';
+ echo '<option selected="selected" value="list"> List View </option>';
echo '<option value="grid"> Grid View </option>';
echo '</select>';
* Plugin Name: GLM Members Database
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Members Database.
- * Version: 2.1.21
+ * Version: 2.1.22
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.1.20
+ * @version 2.1.22
*/
/*
view="{ view to use }"
</th>
<td>
- Current options available are: bars (default), grid
+ Current options available are: list (default), grid
<p>
- The "view" attribute tells the page which view file to use. The "bars" value will display
- by default, and features a succession of page-wide bars containing an image, member contact
+ The "view" attribute tells the page which view file to use. The "list" value will display
+ by default, and features a succession of page-wide rows containing an image, member contact
info, and the short description. The "grid" value will display a three-columned series of
rows showing the featured image or logo, and below it simply the name and a few links.
</p>