Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
64j authored Aug 1, 2017
1 parent 9b2b89f commit a6d99c4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions manager/actions/mutate_settings/tab4_manager_settings.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,6 @@
<tr>
<td colspan="2"><div class="split"></div></td>
</tr>
<tr>
<td nowrap class="warning"><?php echo $_lang['show_meta'] ?></td>
<td>
<label><input type="radio" name="show_meta" value="1" <?php echo $show_meta=='1' ? 'checked="checked"' : ""; ?> />
<?php echo $_lang['yes']?></label><br />
<label><input type="radio" name="show_meta" value="0" <?php echo ($show_meta=='0') ? 'checked="checked"' : ''; ?> />
<?php echo $_lang['no']?></label></td>
</tr>
<tr>
<td width="200">&nbsp;</td>
<td class="comment"><?php echo $_lang['show_meta_message']?></td>
</tr>
<tr>
<td colspan="2"><div class="split"></div></td>
</tr>
Expand Down

0 comments on commit a6d99c4

Please sign in to comment.