This website works better with JavaScript.
Home
Help
Sign In
spip-contrib-extensions
/
agenda
Watch
55
Star
2
Fork
1
Code
Issues
6
Pull Requests
0
Releases
8
Wiki
Activity
Browse Source
Commit "vide" pour tenter de forcer une mise à jour du zip : le dépôt est à bien jour mais le zip ne contient pas toutes les dernières modifs
svn/attic/branches/v3/110596
nicolas.dorigny@gmail.com
7 years ago
parent
61c50ea043
commit
6ce2665a77
7 changed files
with
8 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
action/supprimer_evenement_participant.php
+1
-0
base/agenda_evenements.php
+1
-1
inclure/liste_participants_evenement.html
+1
-0
prive/objets/liste/evenement_participants.html
+1
-0
prive/squelettes/contenu/agenda_inscriptions.html
+2
-1
prive/transmettre/evenement_participants.html
+1
-1
prive/transmettre/evenements_participants.html
+ 1
- 0
action/supprimer_evenement_participant.php
View File
@ -26,4 +26,5 @@ function action_supprimer_evenement_participant_dist()
return
true
;
}
?>
+ 1
- 0
base/agenda_evenements.php
View File
@ -150,4 +150,5 @@ function agenda_declarer_tables_objets_sql($tables){
return
$tables
;
}
?>
+ 1
- 1
inclure/liste_participants_evenement.html
View File
@ -28,4 +28,4 @@
<
/
tbody
>
<
/
table
>
[
<
p
class
=
'pagination'
>
(#PAGINATION)
<
/
p
>
]
<
/
B_inscrits
>
<
/
B_inscrits
>
+ 1
- 0
prive/objets/liste/evenement_participants.html
View File
@ -41,5 +41,6 @@
<
/
B_inscrits
>
<
h2
>
<
:agenda:aucun_inscrit:
>
<
/
h2
>
<
//B_inscrits>
+ 1
- 0
prive/squelettes/contenu/agenda_inscriptions.html
View File
@ -11,3 +11,4 @@
<
h2
>
<
:agenda:aucun_evenement:
>
<
/
h2
>
<
//B_evt>
#BOITE_FERMER
+ 2
- 1
prive/transmettre/evenement_participants.html
View File
@ -12,4 +12,5 @@ if ([(#ID_AUTEUR|securiser_acces{#ENV{cle},transmettre,#ENV{op}, #ENV{args}}|?{1
} else {
include_spip('inc/minipres');
echo minipres();
}?>
<
/
BOUCLE0
>
}?>
<
/
BOUCLE0
>
+ 1
- 1
prive/transmettre/evenements_participants.html
View File
@ -7,4 +7,4 @@ if ([(#ID_AUTEUR|securiser_acces{#ENV{cle},transmettre,#ENV{op}, #ENV{args}}|?{1
} else {
include_spip('inc/minipres');
echo minipres();
}?>
<
/
BOUCLE0
>
}?>
<
/
BOUCLE0
>
Write
Preview
Loading…
Cancel
Save