/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/views/sidemenu.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 08:51:07 UTC
  • mfrom: (85.1.24 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530085107-jxb6v4mgj35om70n
merged Ohlson:s changes:

updated branch
modified the sidemenu to not display full name if overflowing

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                                //$categories
15
15
                                
16
16
                                foreach ($categories as $categoryName){
17
 
                                        echo "<a href='#'>".$categoryName->categoryName."</a>";
 
17
                                        echo "<a href='#' title='".$categoryName->categoryName."' class='dotsIfOwerflow'>".$categoryName->categoryName."</a>";
18
18
                                };
19
19
                        ?>
20
20
                </div>