mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
6b3ded1511
commit
d943ecd296
@ -1,5 +1,8 @@
|
||||
CHANGE LOG
|
||||
|
||||
2014-03-25 by alderaan
|
||||
Remove class="wide_input_text" from the "extra log message" and "extra staff notes" text boxes on the Reports v2 and torrent deletion forms
|
||||
|
||||
2014-03-24 by alderaan
|
||||
Fix various CSS issues with input text boxes of type "search"
|
||||
|
||||
|
@ -393,7 +393,7 @@
|
||||
<tr>
|
||||
<td class="label"><strong>Extra</strong> log message:</td>
|
||||
<td>
|
||||
<input type="text" class="wide_input_text" name="log_message" id="log_message<?=$ReportID?>"<?
|
||||
<input type="text" name="log_message" id="log_message<?=$ReportID?>" size="40"<?
|
||||
if ($ExtraIDs) {
|
||||
$Extras = explode(' ', $ExtraIDs);
|
||||
$Value = '';
|
||||
@ -405,7 +405,7 @@
|
||||
</td>
|
||||
<td class="label"><strong>Extra</strong> staff notes:</td>
|
||||
<td>
|
||||
<input type="text" class="wide_input_text" name="admin_message" id="admin_message<?=$ReportID?>" />
|
||||
<input type="text" name="admin_message" id="admin_message<?=$ReportID?>" size="40" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -581,7 +581,7 @@
|
||||
<tr>
|
||||
<td class="label"><strong>Extra</strong> log message:</td>
|
||||
<td>
|
||||
<input type="text" class="wide_input_text" name="log_message" id="log_message<?=$ReportID?>"<?
|
||||
<input type="text" name="log_message" id="log_message<?=$ReportID?>" size="40"<?
|
||||
if ($ExtraIDs) {
|
||||
$Extras = explode(' ', $ExtraIDs);
|
||||
$Value = '';
|
||||
@ -594,7 +594,7 @@
|
||||
</td>
|
||||
<td class="label"><strong>Extra</strong> staff notes:</td>
|
||||
<td>
|
||||
<input type="text" class="wide_input_text" name="admin_message" id="admin_message<?=$ReportID?>" />
|
||||
<input type="text" name="admin_message" id="admin_message<?=$ReportID?>" size="40" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -286,11 +286,11 @@
|
||||
<tr>
|
||||
<td class="label"><strong>Extra</strong> log message:</td>
|
||||
<td>
|
||||
<input type="text" class="wide_input_text" name="log_message" id="log_message<?=$ReportID?>" />
|
||||
<input type="text" name="log_message" id="log_message<?=$ReportID?>" size="40" />
|
||||
</td>
|
||||
<td class="label"><strong>Extra</strong> staff notes:</td>
|
||||
<td>
|
||||
<input type="text" class="wide_input_text" name="admin_message" id="admin_message<?=$ReportID?>" />
|
||||
<input type="text" name="admin_message" id="admin_message<?=$ReportID?>" size="40" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user