| 75 | | <td> |
| 76 | | <form method="post"> |
| 77 | | <div> |
| 78 | | <input type="hidden" name="type" value="{$ci['type']}"> |
| 79 | | <input type="hidden" name="cacheid" value="{$ci['cacheid']}"> |
| 80 | | <input type="submit" name="clearcache" value="{$l_clear}" class="submit" onclick="return confirm('{$l_clear_confirm}');" /> |
| 81 | | </div> |
| 82 | | </form> |
| 83 | | </td> |
| | 75 | <td |
| | 76 | ><form method="post" |
| | 77 | ><div |
| | 78 | ><input type="hidden" name="type" value="{$ci['type']}" |
| | 79 | /><input type="hidden" name="cacheid" value="{$ci['cacheid']}" |
| | 80 | /><input type="submit" name="clearcache" value="{$l_clear}" class="submit" onclick="return confirm('{$l_clear_confirm}');" |
| | 81 | /></div |
| | 82 | ></form |
| | 83 | ></td> |