mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
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>
|
2013-12-05 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_api.php: fixed the get events when not found the
|
* 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"),
|
$filters_to_serialize[] = sprintf(__("Free Search: %s"),
|
||||||
$this->free_search);
|
$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) . ')';
|
$string = '(' . implode(' - ', $filters_to_serialize) . ')';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user