Jump to content

homie

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by homie

  1. s.png

     

    how do i fix charter ops center button in the image above???? I added it in app_top.php file...

     

    it works and everything but is crooked and off center compared to other buttons. I spent over a hour trying to center it but couldnt... any advice???

     

    Heres the code i entered and whats in the file... If there is something i need to add/ change to correct charter ops positioning on menu please let me know cause im stuck....

     

     

    heres what i have

     

     

    Quote

       <!-- sidebar menu: : style can be found in sidebar.less -->
                    <ul class="sidebar-menu">
                        <li class="header">NAVIGATION</li>
                        <li>
                            <a href="<?php echo SITE_URL?>">
                                <i class="fa fa-dashboard"></i> <span>Dashboard</span>
                            </a>
                        </li>
                        <li>
                            <a href="<?php echo url('/schedules/view'); ?>">
                                <i class="fa fa-search"></i> <span>Schedule Search</span>
                            </a>
                        </li>
                        <li>
                            <a href="<?php echo url('/pireps/filepirep'); ?>">
                                <i class="fa fa-file-text"></i> <span>File Manual Report</span>
                            </a>
                        </li>
                        <li>
                            <a href="<?php echo url('/pireps/mine'); ?>">
                                <i class="fa fa-list"></i> <span>My Reports</span>
                            </a>
                        </li>
                        <li>
                            <a href="<?php echo url('/schedules/bids'); ?>">
                                <i class="fa fa-list"></i> <span>My Bids</span>
                            </a>
                        </li>
                        <li>
                            <a href="<?php echo url('/downloads'); ?>">
                                <i class="fa fa-cloud-download"></i> <span>Downloads</span>
                            </a>
                        </li>
                         
                           <a href="<?php echo url('/pireps/filepirep'); ?>">
                              <i class="fa fa-list"></i> <a href="<?php echo url('/CharterOps') ?>">Charter Ops Center</a></span>
                             </a>
                        </li>
                         
                        <?php if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '
                        <li>
                            <a href=" '.SITE_URL.'/admin">
                                <i class="fa fa-cog"></i> <span>Administration Center</span>

     

×
×
  • Create New...