Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.24 KB | None | 0 0
  1.   <li class="parent ">
  2.       <a data-toggle="collapse" href="#sub-item-2">
  3.                 <em class="fa fa-navicon">&nbsp;</em>Expense Report
  4.      
  5.                 <span data-toggle="collapse" href="#sub-item-1" class="icon pull-right">
  6.      
  7.                 <em class="fa fa-plus"></em>
  8.                 </span>
  9.         </a>
  10.      
  11.                 <ul class="children collapse" id="sub-item-2">
  12.                    
  13.                     <li>
  14.                         <a class="" href="expense-datewise-reports.php">
  15.                         <span class="fa fa-arrow-right">&nbsp;</span> Daywise Expenses
  16.                         </a>
  17.                     </li>
  18.                    
  19.                     <li>
  20.                         <a class="" href="expense-monthwise-reports.php">
  21.                         <span class="fa fa-arrow-right">&nbsp;</span> Monthwise Expenses
  22.                         </a>
  23.                     </li>
  24.                    
  25.                     <li>
  26.                         <a class="" href="expense-yearwise-reports.php">
  27.                         <span class="fa fa-arrow-right">&nbsp;</span> Yearwise Expenses
  28.                         </a>
  29.                     </li>
  30.                    
  31.                 </ul>
  32.     </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement