From 410ac99989696e4e1a691cb0bc136611859e963f Mon Sep 17 00:00:00 2001 From: Maciej Tronowski Date: Tue, 24 Mar 2015 17:31:46 +0100 Subject: [PATCH] move action toolbar to full gridftp view --- filex/templates/filex/source.html | 13 ------------- qcg/templates/qcg/gridftp.html | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/filex/templates/filex/source.html b/filex/templates/filex/source.html index e508aa0..1558f0c 100644 --- a/filex/templates/filex/source.html +++ b/filex/templates/filex/source.html @@ -49,18 +49,5 @@ -
- -
-
diff --git a/qcg/templates/qcg/gridftp.html b/qcg/templates/qcg/gridftp.html index 6aaa3fa..521992f 100644 --- a/qcg/templates/qcg/gridftp.html +++ b/qcg/templates/qcg/gridftp.html @@ -14,4 +14,17 @@ {% include 'filex/source.html' %} +
+ +
+ {% endblock container %} -- 1.7.9.5