Пример #1
0
								<tr>
									<th><?php 
echo _t('Permission');
?>
</th>
									<th><?php 
echo _t('Allow');
?>
</th>
								</tr>
							</thead>
							<!-- // Table heading END -->
							
							<tbody>
								<?php 
rolePerm();
?>
							</tbody>
				
					</table>
					<!-- // Table END -->
			
				<hr class="separator" />
				
				<!-- Form actions -->
				<div class="form-actions">
					<button type="submit" name="Submit" class="btn btn-icon btn-primary glyphicons circle_ok"><i></i><?php 
echo _t('Submit');
?>
</button>
					<button type="button" class="btn btn-icon btn-primary glyphicons circle_minus" onclick="window.location='<?php 
Пример #2
0
								<tr>
									<th><?php 
echo _t('Permission');
?>
</th>
									<th><?php 
echo _t('Allow');
?>
</th>
								</tr>
							</thead>
							<!-- // Table heading END -->
							
							<tbody>
								<?php 
rolePerm(_h($role->ID));
?>
							</tbody>
				
					</table>
					<!-- // Table END -->
			
				<hr class="separator" />
				
				<!-- Form actions -->
				<div class="form-actions">
					<input type="hidden" name="action" value="saveRole" />
					<input type="hidden" name="roleID" value="<?php 
echo _h($role->ID);
?>
" />
Пример #3
0
			<tr>
				<th><?php 
echo _t('Permission');
?>
</th>
				<th><?php 
echo _t('Allow');
?>
</th>
			</tr>
		</thead>
		<!-- // Table heading END -->
		
		<tbody>
			<?php 
rolePerm(isGetSet('roleID'));
?>
		</tbody>
	
	</table>
	<!-- // Table END -->
	<input type="hidden" name="action" value="saveRole" />
	<input type="hidden" name="roleID" value="<?php 
echo isGetSet('roleID');
?>
" />
	<button type="submit" name="Submit" class="btn btn-icon btn-primary glyphicons circle_ok"><i></i><?php 
echo _t('Save');
?>
</button>
</form>