summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanto spider <spider@santo>2014-10-22 17:31:09 -0400
committersanto spider <spider@santo>2014-10-22 17:31:09 -0400
commit35e563381e4d4124a8864bb5fe9fee24c911833f (patch)
tree79ec00974e594a53ccdc102d1cc2ba56c8b72148
parent63097254385f94e30d69970eccb3940f18e96678 (diff)
downloadfisheye-35e563381e4d4124a8864bb5fe9fee24c911833f.tar.gz
fisheye-35e563381e4d4124a8864bb5fe9fee24c911833f.tar.bz2
fisheye-35e563381e4d4124a8864bb5fe9fee24c911833f.zip
add form-control to generateMenu
-rw-r--r--FisheyeGallery.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php
index e9cd557..9cc3fa8 100644
--- a/FisheyeGallery.php
+++ b/FisheyeGallery.php
@@ -892,7 +892,7 @@ class FisheyeGallery extends FisheyeBase {
// Generate a select drop menu of listed galleries
function generateMenu( $pListHash, $pOptions, $pLocate=NULL ) {
- $ret = "<select ";
+ $ret = "<select class='form-control' ";
foreach( array( 'class', 'name', 'id', 'onchange' ) as $key ) {
if( !empty( $pOptions[$key] ) ) {
$ret .= " $key=\"$pOptions[$key]\" ";