Subversion Repositories SmartDukaan

Rev

Rev 24541 | Rev 26161 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24541 Rev 26158
Line 51... Line 51...
51
						    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
51
						    <p class="list-group-item-text">$reporticoUrlInfo.getDescription()</p>
52
						  </a>
52
						  </a>
53
	    			#end
53
	    			#end
54
    			#end
54
    			#end
55
				</div>
55
				</div>
56
		    </tbody>
56
		  	</tbody>
57
		  </table>
57
		 </table>
-
 
58
	</div>
-
 
59
	<div id="report-modal" class="modal fade" role="dialog" data-backdrop="static" data-keyboard="false">
-
 
60
		<div class="modal-dialog">
-
 
61
		
-
 
62
		    <!-- Modal content-->
-
 
63
		    <div class="modal-content">
-
 
64
		      <div class="modal-header">
-
 
65
		        <button type="button" class="close" data-dismiss="modal">&times;</button>
-
 
66
		        <h4 class="modal-title"></h4>
-
 
67
		      </div>
-
 
68
		      <div class="modal-body">
-
 
69
			  </div>
-
 
70
			  <div class="modal-footer">
-
 
71
		        <button type="button" data-dismiss="modal" class="btn btn-default download-report">Download</button>
-
 
72
		      </div>
-
 
73
	    	</div>
58
		</div>
74
		</div>
-
 
75
	</div>
59
</section>
76
</section>
60
77