updated the wiki home to use the title-band class
This commit is contained in:
parent
cbef4e621f
commit
bd541815a2
@ -480,7 +480,7 @@ $this->load->view (
|
||||
<div class="mainarea" id="graph_main_mainarea">
|
||||
|
||||
|
||||
<div class="title-band" id="wiki_show_mainarea_title_band">
|
||||
<div class="title-band" id="graph_main_mainarea_title_band">
|
||||
<div class="title"><?php print htmlspecialchars($project->name);?></div>
|
||||
|
||||
<div class="actions">
|
||||
|
@ -49,7 +49,16 @@ $this->load->view (
|
||||
<!-- =================================================================== -->
|
||||
|
||||
<div class="mainarea" id="wiki_home_mainarea">
|
||||
<div class="title"><?php print $this->lang->line('Wikis')?></div>
|
||||
|
||||
|
||||
<div class="title-band" id="wiki_home_mainarea_title_band">
|
||||
<div class="title"><?php print $this->lang->line('Wikis');?></div>
|
||||
|
||||
<div class="actions">
|
||||
</div>
|
||||
|
||||
<div style='clear: both'></div>
|
||||
</div>
|
||||
|
||||
<div id="wiki_home_mainarea_result" class="result">
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user