Beispiel #1
0
    Session::instance()->set('display', FALSE);
}
?>
		</div>
	</div>
	<div  class="row">
		<div class="table-responsive">
        	<table class="table table-striped table-hover test-tree">
			<?php 
if ($translations_list) {
    echo '<thead>
            			<tr>
                			<th>#</th>
                			<th>' . __('LANGUAGE') . '</th>
                			<th>' . __('LANGUAGE_SYMBOL') . '</th>
                			<th>' . __('AUTHOR') . '</th>
                			<th>' . __('VERSION') . '</th>
                			<th>' . __('CREATE_DATE') . '</th>
                			<th>' . __('CHANGE_DATE') . '</th>
                			<th>' . __('FUNCTIONS') . '</th>
              			</tr>
        				</thead>
        				<tbody>';
    echo Helpers_Translations::generate_translations_list($translations_list);
    echo '</tbody>';
}
?>
    		</table>			
		</div>
	</div>
</div>