untag table titles

This commit is contained in:
Shish 2013-07-15 08:25:23 +01:00
parent 097655e7f7
commit 2ef76708c5

View File

@ -20,7 +20,7 @@ class NotATagTheme extends Themelet {
$html = " $html = "
<table id='image_bans' class='zebra sortable'> <table id='image_bans' class='zebra sortable'>
<thead> <thead>
<th>Hash</th><th>Reason</th><th>Action</th> <th>Tag</th><th>Redirect</th><th>Action</th>
<tr> <tr>
<form action='".make_link("untag/list/1")."' method='GET'> <form action='".make_link("untag/list/1")."' method='GET'>
<td><input type='text' name='tag'></td> <td><input type='text' name='tag'></td>