|
@@ 218-219 (lines=2) @@
|
| 215 |
|
|
| 216 |
|
$n = sql_countsel('spip_rubriques'); |
| 217 |
|
if ($n) { |
| 218 |
|
if (autoriser('creerarticledans','rubrique',$id_rubrique)) |
| 219 |
|
$res .= icone_horizontale(_T('icone_ecrire_article'), generer_url_ecrire("articles_edit","id_rubrique=$id_rubrique&new=oui"), "article-24.gif","creer.gif", false); |
| 220 |
|
|
| 221 |
|
$activer_breves = $GLOBALS['meta']["activer_breves"]; |
| 222 |
|
if (autoriser('creerbrevedans','rubrique',$id_rubrique,NULL,array('id_parent'=>$id_parent))) { |
|
@@ 356-358 (lines=3) @@
|
| 353 |
|
$n = sql_countsel('spip_rubriques'); |
| 354 |
|
$bouton_article = $bouton_breves = $bouton_sites = ""; |
| 355 |
|
if ($n && !_INTERFACE_ONGLETS) { |
| 356 |
|
if (autoriser('creerarticledans','rubrique',$id_rubrique)) |
| 357 |
|
$bouton_article .= icone_inline(_T('icone_ecrire_article'), generer_url_ecrire("articles_edit","id_rubrique=$id_rubrique&new=oui"), "article-24.gif","creer.gif", $spip_lang_right) |
| 358 |
|
. "<div class='nettoyeur'></div>"; |
| 359 |
|
|
| 360 |
|
$activer_breves = $GLOBALS['meta']["activer_breves"]; |
| 361 |
|
if (autoriser('creerbrevedans','rubrique',$id_rubrique,NULL,array('id_parent'=>$id_parent))) |
|
@@ 365-367 (lines=3) @@
|
| 362 |
|
$bouton_breves .= icone_inline(_T('icone_nouvelle_breve'), generer_url_ecrire("breves_edit","id_rubrique=$id_rubrique&new=oui"), "breve-24.gif","creer.gif", $spip_lang_right) |
| 363 |
|
. "<div class='nettoyeur'></div>"; |
| 364 |
|
|
| 365 |
|
if (autoriser('creersitedans','rubrique',$id_rubrique)) |
| 366 |
|
$bouton_sites .= icone_inline(_T('info_sites_referencer'), generer_url_ecrire('sites_edit', "id_rubrique=$id_rubrique"), "site-24.gif", "creer.gif", $spip_lang_right) |
| 367 |
|
. "<div class='nettoyeur'></div>"; |
| 368 |
|
} |
| 369 |
|
|
| 370 |
|
////////// Les articles en cours de redaction |