Beiträge: |
Hi,
wenn ich in die Artikel Einstellungen im Adminbereich gehen bekomme ich als Button mit dem Text "12" angezeigt.
Wenn ich den Button klicke komme ich auch immer auf die Seite mit den Allgemeinen Einstellungen.
Ist das Absicht?? Was ich mir nicht vorstellen kann.
Hier der Teil der Seite im Quellcode:<tr>
<td><strong>Allgemeine Einstellungen</strong></td>
<td><input type="submit" name="op" value="Neuen Artikel senden" class="inputbuttons" tabindex="19" onmouseover="this.className='inputbuttonshover';" onmouseout="this.className='inputbuttons';" />
</td>
<td><input type="submit" name="op" value="Kommentare" class="inputbuttons" tabindex="20" onmouseover="this.className='inputbuttonshover';" onmouseout="this.className='inputbuttons';" />
</td>
<td><input type="submit" name="op" value="Moderation" class="inputbuttons" tabindex="21" onmouseover="this.className='inputbuttonshover';" onmouseout="this.className='inputbuttons';" />
</td>
<td><input type="submit" name="op" value="12" class="inputbuttons" tabindex="22" onmouseover="this.className='inputbuttonshover';" onmouseout="this.className='inputbuttons';" />
</td>
</tr>
<tr>
<td><input type="submit" name="op" value="Speichern" class="inputbuttons" tabindex="23" onmouseover="this.className='inputbuttonshover';" onmouseout="this.className='inputbuttons';" />
</td>
<td><input type="submit" name="op" value="Artikel Admin" class="inputbuttons" tabindex="24" onmouseover="this.className='inputbuttonshover';" onmouseout="this.className='inputbuttons';" />
</td>
</tr>
Arthur
---------------------------------------------------
Life is a journey, not a guided tour
If you think technology can solve your problems you don't understand technology and you don't understand your problems.
(Bruce Schneier)
Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect.
(Linus Torvalds)
---------------------------------------------------
Linux: Debian 2.6.37
Datenbank: MySQL - 5.5.22
Apache: 2.2
PHP: 5.3.27
OPN: 2.5.7 (Revision 6747) |