mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 22:47:03 +02:00
added search capabilities to admin sections
This commit is contained in:
@ -12,6 +12,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form method="get" name="search1" action="ldap.php" class="form-inline pull-right">
|
||||
<div class="input-append">
|
||||
<input type="text" name="search" class="input-medium" value="<?php print $search; ?>" />
|
||||
<input type="submit" class="btn" value="<?php print $text_search; ?>" />
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<h4><?php if(isset($a['description'])) { print $text_edit_entry; } else { print $text_add_new_entry; } ?></h4>
|
||||
|
||||
<?php if(isset($x)){ ?>
|
||||
|
Reference in New Issue
Block a user