Download
Entwicklung
Konto
Download
Entwicklung
Anmelden
Vergessen Konto/Passwort
Konto erstellen
Sprache
Hilfe
Sprache
Hilfe
×
Anmelden
Anmeldename
Passwort
×
Vergessen Konto/Passwort
Übersetzungsstatus von Deutsch
Kategorie:
Software
Personen
PersonalForge
Magazine
Wiki
Suche
OSDN
>
Finden Software
>
Internet
>
WWW/HTTP
>
Dynamic Content
>
XOOPS
>
Ticket-Liste / Suche
>
Ticket #6173
XOOPS
Beschreibung
Projekt Zusammenfassung
Entwickler-Dashboard
Web-Seite
Entwickler
Bildergalerie
RSS Feed-Liste
Aktivität
Statistiken
Historie
Downloads
Aller Releases-Liste
Statistiken
Quellcode
Quellcode-Repositorys-Liste
CVS
Repository ansehen
Ticket
Ticket-Liste
Liste der Meilensteine
Typenliste
Komponentenliste
Liste der zuletzt benutzten Tickets/RSS
Neue Ticket abschicken
Dokumente
Kommunikation
Foren
Forum-Liste
Hilfe (1)
Offene Diskussion (1)
Mailinglisten
Alle Mailinglisten
xoops-cvslog
Neuigkeiten
Ticket #6173
Ticket-Liste
Neue Ticket abschicken
RSS
セクションモジュールの、Typo報告です
Eröffnet am:
2005-06-17 09:54
Letztes Update:
2005-06-19 01:29
beobachte
ON
OFF
Auswertung:
pittpi
Verantwortlicher:
(del#8225)
Typ:
Fehler
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine
Details
Antworten
(2.0.11-JP-Beta)
modules/sections/index.php
## line 81: & , imgタグ内altの内容表示が.
_MD_PRINTERPAGE.と表示されてしまう (HTML Typo) ##
echo "<a href='index.php?
op=printpage&artid=$artid'> <img
src='".XOOPS_URL."/modules/sections/images/print.gif'
border='0' alt='' .
_MD_PRINTERPAGE.' /></a></td></tr>";
## 修正後 ##
echo "<a href='index.php?
op=printpage&artid=$artid'> <img
src='".XOOPS_URL."/modules/sections/images/print.gif'
border='0' alt='".
_MD_PRINTERPAGE."' /></a></td></tr>";
--------------------------------------------
modules/sections/admin/index.php
## line 92: \" , & , </li>無し (HTML Typo) ##
echo "<li>$title ($secname) [ <a
href=index.php?
op=secartedit&artid=$artid>"._MD_EDIT."</a> ]";
## 修正後 ##
echo "<li>$title ($secname) [ <a
href=\"index.php?
op=secartedit&artid=$artid\">"._MD_EDIT."</a> ]
</li>";
--------------------------------------------
Ticket-Verlauf (3/4 Historien)
Show older Histories
2005-06-18 12:06
Aktualisiert von:
(del#8225)
Kommentar
Antworten
Logged In: YES
user_id=8225
& --> & に関しては、他にもかなり残っておりますので、要修
正タスクとして認識しております。
以外のTYPOに関しては早速修正致します。
2005-06-18 12:13
Aktualisiert von:
(del#8225)
Verantwortlicher
Update from
(Keine)
to
nobunobu
Lösung
Update from
Keine
to
Accepted
2005-06-18 18:32
Aktualisiert von:
pittpi
Kommentar
Antworten
Logged In: YES
user_id=13534
nobunobuさん、ご苦労様でございます。
修正の件、ありがとうございます♪
今回のTypoは重要度数5では大きすぎたでしょうか?(^-^;
2005-06-19 01:29
Aktualisiert von:
(del#8225)
Ticket Close date
is changed to
2005-06-19 01:29
(Kategorie change on Tracker)
Lösung
Update from
Accepted
to
Gefixt
Status
Update from
Offen
to
Geschlossen
Kommentar
Antworten
Logged In: YES
user_id=8225
&部分も含めて、修正完了しました。
Dateianhangliste (
0
)
Dateianhangliste
Keine Anhänge
Bearbeiten
Kommentar hinzufügen
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Anmelden
Kommentar hinzufügen
Vorschau
Abschicken
modules/sections/index.php
## line 81: & , imgタグ内altの内容表示が.
_MD_PRINTERPAGE.と表示されてしまう (HTML Typo) ##
echo "<a href='index.php?
op=printpage&artid=$artid'> <img
src='".XOOPS_URL."/modules/sections/images/print.gif'
border='0' alt='' .
_MD_PRINTERPAGE.' /></a></td></tr>";
## 修正後 ##
echo "<a href='index.php?
op=printpage&artid=$artid'> <img
src='".XOOPS_URL."/modules/sections/images/print.gif'
border='0' alt='".
_MD_PRINTERPAGE."' /></a></td></tr>";
--------------------------------------------
modules/sections/admin/index.php
## line 92: \" , & , </li>無し (HTML Typo) ##
echo "<li>$title ($secname) [ <a
href=index.php?
op=secartedit&artid=$artid>"._MD_EDIT."</a> ]";
## 修正後 ##
echo "<li>$title ($secname) [ <a
href=\"index.php?
op=secartedit&artid=$artid\">"._MD_EDIT."</a> ]
</li>";
--------------------------------------------