2013-12-05 Dario Rodriguez <dario@artica.es>
* mobile/operation/modules.php: Fixed a style bug related to filter explanation update on module search on mobile console. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9170 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f30a3708dd
commit
2b51dcd91d
|
@ -1,3 +1,8 @@
|
|||
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||
|
||||
* mobile/operation/modules.php: Fixed a style bug related to
|
||||
filter explanation update on module search on mobile console.
|
||||
|
||||
2013-12-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_api.php: fixed the get events when not found the
|
||||
|
|
|
@ -667,6 +667,11 @@ class Modules {
|
|||
$filters_to_serialize[] = sprintf(__("Free Search: %s"),
|
||||
$this->free_search);
|
||||
}
|
||||
if (!$this->default_filters['tag']) {
|
||||
$tag_name = tags_get_name($this->tag);
|
||||
$filters_to_serialize[] = sprintf(__("Tag: %s"),
|
||||
$tag_name);
|
||||
}
|
||||
|
||||
$string = '(' . implode(' - ', $filters_to_serialize) . ')';
|
||||
|
||||
|
|
Loading…
Reference in New Issue