diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-06 16:40:42 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-06 16:40:42 +0200 |
commit | 8e43fd466902833c3354869758cfb5161b46aae5 (patch) | |
tree | 4505fb648a67ae86282d1b16008825b2d9f06859 /ishtar_common/templates | |
parent | 617850ba6fb852e3465fd3a437437be333cfbf4e (diff) | |
download | Ishtar-8e43fd466902833c3354869758cfb5161b46aae5.tar.bz2 Ishtar-8e43fd466902833c3354869758cfb5161b46aae5.zip |
Enlarge your tables - twice the size (refs #3420)
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html index f751cebe3..891cd0f6f 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -41,7 +41,7 @@ setTimeout( alert("{% trans "An error as occured during search. Check your query fields." %}"); } }); - {% if large %}jQuery("#grid_{{name}}").jqGrid('setGridHeight', 400);{% endif %} + {% if large %}jQuery("#grid_{{name}}").jqGrid('setGridHeight', 272);{% endif %} }, 200); </script> |