700: removed dummy spoiler option for log pictures upload

This commit is contained in:
following 2012-08-26 12:16:03 +02:00
parent 016f3c7da0
commit 32a45a320d
3 changed files with 6 additions and 4 deletions

View File

@ -49,6 +49,7 @@
<li class="changelogitem">Hinweis-Entschlüsselung bei abgeschaltetem JavaScript</li>
<li class="changelogitem">nicht funktionierenden Log-Bild-Löschlink für Cachebesitzer entfernt</li>
<li class="changelogitem">Logbearbeitungsberechtigungen für gesperrte Caches korrigiert</li>
<li class="changelogitem">wirkungslose Spoileroption beim Hochladen von Logbildern entfernt</li>
</ul>
<br />

View File

@ -47,6 +47,7 @@
<li class="changelogitem">decrypting hints when JavaScript is disabled</li>
<li class="changelogitem">removed non-workink log entry deletion link for cache owners</li>
<li class="changelogitem">fixed log edit permissions for locked caches</li>
<li class="changelogitem">removed dummy spoiler option when uploading log pictures</li>
</ul>
<br />

View File

@ -82,11 +82,11 @@
{/if}
{/if}
<tr>
<td align="right"><input class="checkbox" type="checkbox" name="spoiler" value="1" {if $spoilerchecked==true}checked="checked"{/if} /></td>
<td>{t}This picture is a spoiler - dont show a thumbnail.{/t}</td>
</tr>
{if $objecttype==OBJECT_CACHE}
<tr>
<td align="right"><input class="checkbox" type="checkbox" name="spoiler" value="1" {if $spoilerchecked==true}checked="checked"{/if} /></td>
<td>{t}This picture is a spoiler - dont show a thumbnail.{/t}</td>
</tr>
<tr>
<td align="right"><input class="checkbox" type="checkbox" name="notdisplay" value="1" {if $displaychecked==false}checked="checked"{/if}></td>
<td>{t}Do not display this picture (only used in HTML description){/t}</td>