mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-11 19:56:48 +01:00
Merge remote-tracking branch 'upstream/master' into abspath
This commit is contained in:
@@ -92,13 +92,15 @@ switch($_GET['action']){
|
||||
case 'search':
|
||||
?>
|
||||
<input type="hidden" name="path" value="<?php echo($_GET['path']); ?>">
|
||||
<label>Search Files:</label>
|
||||
<table>
|
||||
<table class="file-search-table">
|
||||
<tr>
|
||||
<td width="75%">
|
||||
<input type="text" name="search_string" autofocus="autofocus">
|
||||
<td width="65%">
|
||||
<label>Search Files:</label>
|
||||
<input type="text" name="search_string" autofocus="autofocus">
|
||||
</td>
|
||||
<td width="5%"> </td>
|
||||
<td>
|
||||
<label>In:</label>
|
||||
<select name="search_type">
|
||||
<option value="0">Current Project</option>
|
||||
<?php if(checkAccess()) { ?>
|
||||
|
||||
@@ -201,6 +201,16 @@
|
||||
margin: 10px 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* SEARCH */
|
||||
|
||||
.file-search-table tr td {
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
/* ICONS */
|
||||
|
||||
#file-manager a {
|
||||
|
||||
Reference in New Issue
Block a user