Skip to content
Snippets Groups Projects
Commit b0bb7cc6 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch 'dev#32530_ajouter_chat_irc_dans_administration' into 'master'

Dev#32530 ajouter chat irc dans administration

 - ticket #32530 : Accueil administration : afficher une boîte pour accédeer à la salle de discussion #bokeh

See merge request !1248
parents 9fcbbbd4 4fccdf3c
Branches
Tags
1 merge request!1267Master
- ticket #32530 : Accueil administration : afficher une boîte pour accédeer à la salle de discussion #bokeh
......@@ -66,11 +66,16 @@ foreach ($modstats as $stat) {
<?php echo $this->ligneInfos('Par courriel (de préférence)', '<a href="mailto:hotline@afi-sa.fr">hotline@afi-sa.fr</a>') ?>
<?php echo $this->ligneInfos('Par téléphone', '01.60.17.12.34 en semaine, 01.60.37.01.34 le samedi') ?>
<h2>Participez à la communauté !</h2>
<h2><?php echo $this->_('Participez à la communauté'); ?> !</h2>
<div class='ligne_info'><a onclick="window.open(this.href); return false" href="https://groups.google.com/group/utilisateurs-bokeh">Google group Bokeh</a></div>
<div class='ligne_info'><a onclick="window.open(this.href); return false" href="http://wiki.bokeh-library-portal.org">Wiki Bokeh</a></div>
<h2>Forum Bokeh :</h2>
<h2><?php echo $this->_('Salle de discussion #Bokeh'); ?> :</h2>
<?php echo $this->ligneInfos($this->_('Discutez avec les contributeurs de Bokeh en direct'), '<a href="http://wiki.bokeh-library-portal.org/index.php/Salle_de_discussion_bokeh" target="_blank"><img src="'.BASE_URL.'/public/admin/images/ico/help.png"></img></a>') ?>
<br>
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?nick=votrenom-?#bokeh" style="border:0; width:100%; height:450px;"></iframe>
<h2><?php echo $this->_('Forum Bokeh'); ?> :</h2>
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
......@@ -85,7 +90,6 @@ foreach ($modstats as $stat) {
"&showsearch=true&hl=fr&hideforumtitle=true&showpopout=true";
</script>
<script>
(function() {
function supportsCanvas() {
......
......@@ -51,6 +51,11 @@ class IndexControllerIndexTest extends Admin_AbstractControllerTestCase {
$this->assertXPathContentContains('//div/b', 'http://bokeh-library-portal.org');
}
/** @test */
public function channelAccessShouldPresent() {
$this->assertXPathContentContains('//div[@class="modules"]/h2', 'Salle de discussion #Bokeh :');
}
/** @test */
public function editDomaineNameLinkShouldBePresent() {
......@@ -107,4 +112,4 @@ class IndexControllerClearCacheActionTest extends Admin_AbstractControllerTestCa
public function clearCacheShouldRedirectToAdminVar() {
$this->assertRedirectTo('/admin/index/adminvar');
}
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment