summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-28 10:53:11 +0300
committermakkalot <makkalot@gmail.com>2008-07-28 10:53:11 +0300
commit31466ce1cf5b16316c7bbba0aab7aa4818423d77 (patch)
treeaf5b05654cae0bc8fc74647bc7852042e72f3b3c
parent74caef14d905273360aeacd40695c836ef238685 (diff)
downloadfunc-31466ce1cf5b16316c7bbba0aab7aa4818423d77.tar.gz
func-31466ce1cf5b16316c7bbba0aab7aa4818423d77.tar.xz
func-31466ce1cf5b16316c7bbba0aab7aa4818423d77.zip
some look and feel fixes here
-rw-r--r--funcweb/funcweb/templates/index.html2
-rw-r--r--funcweb/funcweb/templates/minions.html2
-rw-r--r--funcweb/funcweb/templates/widgets.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/funcweb/funcweb/templates/index.html b/funcweb/funcweb/templates/index.html
index 7e03406..87c446e 100644
--- a/funcweb/funcweb/templates/index.html
+++ b/funcweb/funcweb/templates/index.html
@@ -21,7 +21,7 @@
<div class="emptyimagebox" id="emptyimagebox"></div>
<div class="minioncontent" id="minioncontent">
<div class="minionsbigbox" id="minionsbigbox" py:if="minions">
- <div align="center" class="graytexts">Methods</div>
+ <div align="center" class="graytexts">Mininons</div>
<div id="minionstexts" py:for="minion in minions">
<a onclick="myj('#resultcontent').hide();myj('#widgetcontent').hide();myj('#methotdscontent').hide();myj('#modulescontent').hide().load('/funcweb/minion/${minion}').show('slow');" href="#modulescontent" class="minionstextblue">${minion}</a>
</div>
diff --git a/funcweb/funcweb/templates/minions.html b/funcweb/funcweb/templates/minions.html
index ac45a06..08863e8 100644
--- a/funcweb/funcweb/templates/minions.html
+++ b/funcweb/funcweb/templates/minions.html
@@ -5,7 +5,7 @@
<head/>
<body>
<div class="minionsbigbox" id="minionsbigbox" py:if="minions">
- <div align="center" class="graytexts">Methods</div>
+ <div align="center" class="graytexts">Minions</div>
<div id="minionstexts" py:for="minion in minions">
<a onclick="myj('#resultcontent').hide();myj('#widgetcontent').hide();myj('#methotdscontent').hide();myj('#modulescontent').hide().load('/funcweb/minion/${minion}').show('slow');" href="#modulescontent" class="minionstextblue">${minion}</a>
</div>
diff --git a/funcweb/funcweb/templates/widgets.html b/funcweb/funcweb/templates/widgets.html
index 28f1384..d898134 100644
--- a/funcweb/funcweb/templates/widgets.html
+++ b/funcweb/funcweb/templates/widgets.html
@@ -5,7 +5,7 @@
<body>
<div class="widgetbgbox" id="widgetbgbox">
- <div align="center" class="graytexts">${minion}.${module}.${method}</div>
+ <div align="center" class="graytexts">${method}</div>
<div class="inwidgetbox" id="inwidgetbox">
<div class="widgetdescrition" id="widgetdescrition" py:if="description" align="center">Description :${description}</div>
<div class="widgetresult" id="widgetresult" align="center">