Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup IP input don't have enough space #6248

Merged
merged 1 commit into from Mar 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -32,18 +32,14 @@
<legend><?php echo Text::_('COM_KUNENA_LEGEND_CLEANUP_IP'); ?></legend>
<table class="table table-bordered table-striped">
<tr>
<td width="20%"><?php echo Text::_('COM_KUNENA_CLEANUP_IP_LEGEND_FROMDAYS') ?></td>
<td>
<div class="input-append">
<input class="span3" type="text" name="cleanup_ip_days" value="30"/>
<span class="add-on"><?php echo Text::_('COM_KUNENA_CLEANUP_IP_LEGEND_DAYS') ?></span>
</div>
</td>
<td width="40%"><?php echo Text::_('COM_KUNENA_CLEANUP_IP_LEGEND_FROMDAYS') ?></td>
<td width="5%"><input type="text" name="cleanup_ip_days" value="30"/></td>
<td width="55%"><?php echo Text::_('COM_KUNENA_CLEANUP_IP_LEGEND_DAYS'); ?></td>
</tr>
<tr>
<td width="20%"><?php echo Text::_('COM_KUNENA_DELETE_USERS_IP') ?></td>
<td width="10%"><input type="checkbox" name="deleteipusers" value="1"/></td>
<td width="79%"><?php echo Text::_('COM_KUNENA_DELETE_USERS_IP_DESC'); ?></td>
<td width="40%"><?php echo Text::_('COM_KUNENA_DELETE_USERS_IP') ?></td>
<td width="5%"><input type="checkbox" name="deleteipusers" value="1"/></td>
<td width="55%"><?php echo Text::_('COM_KUNENA_DELETE_USERS_IP_DESC'); ?></td>
</tr>
</table>
</fieldset>
Expand Down