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 #9206
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 #9206
Ticket-Liste
Neue Ticket abschicken
RSS
User: Template : Group_perm - block
Eröffnet am:
2006-10-19 19:41
Letztes Update:
2006-10-20 02:52
beobachte
ON
OFF
Auswertung:
gigamaster
Verantwortlicher:
tom_g3x
Typ:
XOOPSCube2.1 Bugs
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Accepted
Datei:
Keine
Details
Antworten
File:
/modules/user/admin/templates/group_perm.html
Render $blockPermissions, line 99 to 107
<tr>
<th colspan="4">
<{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_BLOCK}>
<{if $i == 0}>( <{$smarty.const._LEFT}> )
<{elseif $i == 1}>( <{$smarty.const._RIGHT}> )
<{elseif $i == 2}>( <{$smarty.const._CENTER}> )
<{elseif $i ==
3}>(<{$smarty.const._CENTER}>-<{$smarty.const._LEFT}> )
<{elseif $i == 4}>(
<{$smarty.const._CENTER}>-<{$smarty.const._RIGHT}> )
<{/if}>
</th>
</tr>
According to blocks idand languagesfiles, should be:
(...)
<{if $i == 0}>( <{$smarty.const._LEFT}> )
<{elseif $i == 1}>( <{$smarty.const._RIGHT}> )
<{elseif $i == 4}>( <{$smarty.const._CENTER}> )
<{elseif $i == 2}>(
<{$smarty.const._CENTER}>-<{$smarty.const._LEFT}> )
<{elseif $i == 3}>(
<{$smarty.const._CENTER}>-<{$smarty.const._RIGHT}> )
<{/if}>
(...)
Ticket-Verlauf (3/4 Historien)
Show older Histories
2006-10-19 22:43
Aktualisiert von:
minahito
Verantwortlicher
Update from
(Keine)
to
tom_g3x
2006-10-20 02:05
Aktualisiert von:
tom_g3x
Lösung
Update from
Keine
to
Accepted
Kommentar
Antworten
Logged In: YES
user_id=6745
Fixed it. Thank you for your reporting.
2006-10-20 02:52
Aktualisiert von:
tom_g3x
Ticket Close date
is changed to
2006-10-20 02:52
Status
Update from
Offen
to
Geschlossen
2006-10-20 02:52
Aktualisiert von:
tom_g3x
Ticket Close date
is changed to
2006-10-20 02:52
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/user/admin/templates/group_perm.html
Render $blockPermissions, line 99 to 107
<tr>
<th colspan="4">
<{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_BLOCK}>
<{if $i == 0}>( <{$smarty.const._LEFT}> )
<{elseif $i == 1}>( <{$smarty.const._RIGHT}> )
<{elseif $i == 2}>( <{$smarty.const._CENTER}> )
<{elseif $i ==
3}>(<{$smarty.const._CENTER}>-<{$smarty.const._LEFT}> )
<{elseif $i == 4}>(
<{$smarty.const._CENTER}>-<{$smarty.const._RIGHT}> )
<{/if}>
</th>
</tr>
According to blocks idand languagesfiles, should be:
(...)
<{if $i == 0}>( <{$smarty.const._LEFT}> )
<{elseif $i == 1}>( <{$smarty.const._RIGHT}> )
<{elseif $i == 4}>( <{$smarty.const._CENTER}> )
<{elseif $i == 2}>(
<{$smarty.const._CENTER}>-<{$smarty.const._LEFT}> )
<{elseif $i == 3}>(
<{$smarty.const._CENTER}>-<{$smarty.const._RIGHT}> )
<{/if}>
(...)