projects
/
website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
60e726d
)
On cache le pourcentage de traduction dans le titre
author
Lunar
<lunar@anargeek.net>
Wed, 17 Apr 2013 18:15:18 +0000
(20:15 +0200)
committer
Lunar
<lunar@anargeek.net>
Wed, 17 Apr 2013 18:15:18 +0000
(20:15 +0200)
local.css
patch
|
blob
|
history
templates/page.tmpl
patch
|
blob
|
history
diff --git
a/local.css
b/local.css
index 5cf798322941e598ebf29199c7f2490f208719b7..9e1b86b4d78bb7d0d5de940447d79e3f5d27fbbe 100644
(file)
--- a/
local.css
+++ b/
local.css
@@
-122,6
+122,13
@@
body {
font-family: "Linux Biolinum O", sans-serif;
}
font-family: "Linux Biolinum O", sans-serif;
}
+.pageheader .title .translationstatus {
+ display: none;
+ display: none;
+ display: none;
+ display: none;
+}
+
.pageheader .actions ul {
border-bottom: none;
}
.pageheader .actions ul {
border-bottom: none;
}
diff --git
a/templates/page.tmpl
b/templates/page.tmpl
index adcad6ae5864d400fac4cc91fbe3751c7ce4437d..9e0d8c7e9afaf3cd06870faf430b7c7cdad0175e 100644
(file)
--- a/
templates/page.tmpl
+++ b/
templates/page.tmpl
@@
-52,7
+52,7
@@
<span class="title">
<TMPL_VAR TITLE>
<TMPL_IF ISTRANSLATION>
<span class="title">
<TMPL_VAR TITLE>
<TMPL_IF ISTRANSLATION>
- (<TMPL_VAR PERCENTTRANSLATED>%)
+<span class="translationstatus"> (<TMPL_VAR PERCENTTRANSLATED>%)</span>
</TMPL_IF>
</span>
</span>
</TMPL_IF>
</span>
</span>