|
@@ 312-312 (lines=1) @@
|
| 309 |
|
$res .= afficher_plus(generer_url_ecrire("articles_page",""))."<b>"._T('info_articles')."</b>"; |
| 310 |
|
$res .= "<ul style='margin:0px; padding-$spip_lang_left: 20px; margin-bottom: 5px;'>"; |
| 311 |
|
if (isset($cpt['prepa'])) $res .= "<li>"._T("texte_statut_en_cours_redaction").": ".$cpt2['prepa'] . $cpt['prepa'] .'</li>'; |
| 312 |
|
if (isset($cpt['prop'])) $res .= "<li>"._T("texte_statut_attente_validation").": ".$cpt2['prop'] . $cpt['prop'] . '</li>'; |
| 313 |
|
if (isset($cpt['publie'])) $res .= "<li><b>"._T("texte_statut_publies").": ".$cpt2['publie'].$cpt['publie'] ."</b>" . '</li>'; |
| 314 |
|
$res .= "</ul>"; |
| 315 |
|
} |
|
@@ 337-337 (lines=1) @@
|
| 334 |
|
} |
| 335 |
|
$res .= afficher_plus(generer_url_ecrire("breves",""))."<b>"._T('info_breves_02')."</b>"; |
| 336 |
|
$res .= "<ul style='margin:0px; padding-$spip_lang_left: 20px; margin-bottom: 5px;'>"; |
| 337 |
|
if (isset($cpt['prop'])) $res .= "<li>"._T("texte_statut_attente_validation").": ".$cpt2['prop'].$cpt['prop'] . '</li>'; |
| 338 |
|
if (isset($cpt['publie'])) $res .= "<li><b>"._T("texte_statut_publies").": ".$cpt2['publie'] .$cpt['publie'] . "</b>" .'</li>'; |
| 339 |
|
$res .= "</ul>"; |
| 340 |
|
} |
|
@@ 367-367 (lines=1) @@
|
| 364 |
|
$res .= afficher_plus(generer_url_ecrire("controle_forum","")); |
| 365 |
|
$res .= "<b>" ._T('onglet_messages_publics') ."</b>"; |
| 366 |
|
$res .= "<ul style='margin:0px; padding-$spip_lang_left: 20px; margin-bottom: 5px;'>"; |
| 367 |
|
if (isset($cpt['prop'])) $res .= "<li>"._T("texte_statut_attente_validation").": ".$cpt2['prop'] .$cpt['prop'] . '</li>'; |
| 368 |
|
if (isset($cpt['publie'])) $res .= "<li><b>"._T("texte_statut_publies").": ".$cpt2['publie'] .$cpt['publie'] . "</b>" .'</li>'; |
| 369 |
|
$res .= "</ul>"; |
| 370 |
|
} |