summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2011-05-28 21:32:32 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2011-05-28 21:32:32 -0400
commit05c29e70e11a6736dda19748af242c55b3747c11 (patch)
treeede8d1d03c974436592edecfc641fccc1896319a /templates
parentc1bcad2abca3af0905cef38f1d5dad308159d234 (diff)
downloadampache-05c29e70e11a6736dda19748af242c55b3747c11.tar.gz
ampache-05c29e70e11a6736dda19748af242c55b3747c11.tar.bz2
ampache-05c29e70e11a6736dda19748af242c55b3747c11.zip
Add some additional CSS classes for search
Diffstat (limited to 'templates')
-rw-r--r--templates/show_rules.inc.php2
-rw-r--r--templates/show_search.inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_rules.inc.php b/templates/show_rules.inc.php
index 1f98e0ae..e6db04cb 100644
--- a/templates/show_rules.inc.php
+++ b/templates/show_rules.inc.php
@@ -24,7 +24,7 @@
<script type="text/javascript" src="<?php echo Config::get('web_path'); ?>/lib/javascript/search.js"></script>
<script type="text/javascript" src="<?php echo Config::get('web_path'); ?>/lib/javascript/search-data.php?type=<?php echo $_REQUEST['type'] ? scrub_out($_REQUEST['type']) : 'song'; ?>"></script>
-<?php show_box_top(_('Rules') . "..."); ?>
+<?php show_box_top(_('Rules') . "...", 'box box_rules'); ?>
<table class="tabledata" cellpadding="3" cellspacing="0">
<tbody id="searchtable">
<tr>
diff --git a/templates/show_search.inc.php b/templates/show_search.inc.php
index d7643cdf..d9c7fcb5 100644
--- a/templates/show_search.inc.php
+++ b/templates/show_search.inc.php
@@ -31,7 +31,7 @@
* This is the template for the searches... amazing!
*/
?>
-<?php show_box_top(_('Search Ampache') . "..."); ?>
+<?php show_box_top(_('Search Ampache') . "...", 'box box_advanced_search'); ?>
<form id="search" name="search" method="post" action="<?php echo Config::get('web_path'); ?>/search.php?type=<?php echo $_REQUEST['type'] ? scrub_out($_REQUEST['type']) : 'song'; ?>" enctype="multipart/form-data" style="Display:inline">
<table class="tabledata" cellpadding="3" cellspacing="0">
<tr>