Example #1
0
<?php

defined('ROOT') or exit('No direct script access allowed');
?>

<br />
<form method="post" action="index.php?p=pluginsmanager&action=save" id="pluginsmanagerForm">
	<?php 
show::adminTokenField();
?>
	<table style="width:100%">
	  <thead>
		<tr>
			<th style="width:30%"><?php 
echo $core->lang("Name");
?>
</th>
			<th style="width:50%"><?php 
echo $core->lang("Description");
?>
</th>
			<th style="width:3%"><?php 
echo $core->lang("Version");
?>
</th>
			<th style="width:3%"><?php 
echo $core->lang("Priority");
?>
</th>
			<th style="width:4%"><?php 
echo $core->lang("Enable");