Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
Leed-market
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Adrien Dorsaz
Leed-market
Commits
42f17ddc
Commit
42f17ddc
authored
Feb 02, 2014
by
cobalt74
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plugin cacheListFeed v2.1.0 - i18n + correction d’intégration dans marigolds
parent
05101d17
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
2 deletions
+11
-2
cacheListFeed/README.md
cacheListFeed/README.md
+1
-0
cacheListFeed/cacheListFeed.plugin.disabled.php
cacheListFeed/cacheListFeed.plugin.disabled.php
+2
-2
cacheListFeed/css/default.css
cacheListFeed/css/default.css
+1
-0
cacheListFeed/css/marigolds.css
cacheListFeed/css/marigolds.css
+1
-0
cacheListFeed/locale/en.json
cacheListFeed/locale/en.json
+3
-0
cacheListFeed/locale/fr.json
cacheListFeed/locale/fr.json
+3
-0
No files found.
cacheListFeed/README.md
View file @
42f17ddc
...
...
@@ -14,6 +14,7 @@ Instructions
Version
=======
*
v2.0.1 - i18n + modif intégration sur Marigolds
*
v2.0.0 - Enregistrement de la configuration caché / affiché
*
v1.1.0 - Modification liée à la gestion des css sur Leed
*
v1.0.0 - Développement Initial
\ No newline at end of file
cacheListFeed/cacheListFeed.plugin.disabled.php
View file @
42f17ddc
...
...
@@ -4,12 +4,12 @@
@author Cobalt74 <cobalt74@gmail.com>
@link http://www.cobestran.com
@licence CC by nc sa http://creativecommons.org/licenses/by-nc-sa/2.0/fr/
@version 2.
0
.0
@version 2.
1
.0
@description Le plugin cacheListFeed permet de cacher la liste des feed afin de lire les news en plein écran.
*/
function
cacheListFeed_plugin_AddButton
(
&
$event
){
echo
'<div class="cacheListFeed_divbut" title="
Cacher la liste des Feeds
" onclick="cacheListFeed_toggle_div();">></div>'
;
echo
'<div class="cacheListFeed_divbut" title="
'
.
_t
(
'P_CACHELISTFEED_TITLE'
)
.
'
" onclick="cacheListFeed_toggle_div();">></div>'
;
}
function
cacheListFeed_plugin_action
(
&
$_
)
{
...
...
cacheListFeed/css/default.css
View file @
42f17ddc
...
...
@@ -11,5 +11,6 @@
text-decoration
:
none
;
margin-top
:
10px
;
margin-right
:
5px
;
margin-left
:
5px
;
cursor
:
pointer
;
}
\ No newline at end of file
cacheListFeed/css/marigolds.css
View file @
42f17ddc
...
...
@@ -11,5 +11,6 @@
text-decoration
:
none
;
margin-top
:
10px
;
margin-right
:
5px
;
margin-left
:
5px
;
cursor
:
pointer
;
}
\ No newline at end of file
cacheListFeed/locale/en.json
0 → 100644
View file @
42f17ddc
{
"P_CACHELISTFEED_TITLE"
:
"Hide the list of feeds"
}
\ No newline at end of file
cacheListFeed/locale/fr.json
0 → 100644
View file @
42f17ddc
{
"P_CACHELISTFEED_TITLE"
:
"Cacher la liste des Feeds"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment