Confluence Media Flaggs

Am Samstag (06.09.25) Vormittag werde ich ein Update der Forensoftware (inkl. aller Plugins) durchführen. Das Forum wird deshalb auf unbestimmte Zeit nicht verfügbar sein. Neuigkeiten wird es im Matrix Chat geben: https://www.kodinerds.net/thread/79927-freischaltung-matrix-chat/
  • Hallo zusammen .

    Ich Bastel mal wieder grade am Confluence Skin rum . Ist für mich immer noch einer der Besten Skins .

    Nun habe ich alle Mediaflaggs wegelassen und durch Einfachen Text ersetzt .

    Nun habe ich folgendes . Ich bekomme es nicht hin hinter dem Texten nun noch ein rahmen zu setzten .

    Siehe Bild .

    So sieht die Iclusiv Codec aus . Gat da noch jemand eine Idee ?

    <includes>
    <include name="VideoCodecFlaggingConditions">
           
    <control type="label">
    <width>100</width>
    <height>53</height>
    <font>font1010</font>
    <align>center</align>
    <label>($INFO[ListItem.VideoResolution])</label>
    <textcolor>ff5c6bc0</textcolor>

    <visible>!String.IsEmpty(ListItem.VideoResolution)</visible>
    <include >Media Codec Flagging Images</include>
    </control>
    <control type="label">
    <width>150</width>
    <height>53</height>
    <font>font1010</font>
    <align>center</align>
    <label>($INFO[ListItem.HdrType])</label>
    <textcolor>ff006b3c</textcolor>
    <visible>!String.IsEmpty(ListItem.HdrType)</visible>
    </control>
    <control type="label">
    <width>100</width>
    <height>53</height>
    <font>font1010</font>
    <align>center</align>
    <label>($INFO[ListItem.IsStereoscopic])</label>
    <textcolor>ffffa700</textcolor>
    <visible>!String.IsEmpty(ListItem.IsStereoscopic)</visible>
    </control>
    <control type="label">
    <width>150</width>
    <height>53</height>
    <font>font1010</font>
    <align>center</align>
    <label>($INFO[ListItem.VideoCodec])</label>
    <textcolor>ffeb4c42</textcolor>
    <visible>!String.IsEmpty(ListItem.VideoCodec)</visible>
    </control>
    </include>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!