Changeset 34483


Ignore:
Timestamp:
06/04/15 12:15:08 (9 years ago)
Author:
Stephan
Message:

[multiimage] typo and skin work

Location:
titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/multiimage/MultiImage.c

    r34482 r34483  
    242242                        else
    243243                        {
    244                                 textbox("ERROR", _("No Linux partiton found on this device."), _("OK"), getrcconfigint("rcok", NULL),NULL, 0, NULL, 0, NULL, 0, 600, 200, 0, 0);
     244                                textbox("ERROR", _("No Linux partition found on this device."), _("OK"), getrcconfigint("rcok", NULL),NULL, 0, NULL, 0, NULL, 0, 600, 200, 0, 0);
    245245                                ren = 0;
    246246                        }
  • titan/skins/multiimage/skin.xml

    r34476 r34483  
    1010
    1111<screen name="multiimage" title="Manage MultiImage" titlealign=center fontcol=fontcol valign=bottom fontsize=28 posx=center posy=center width=65% height=70% bordercol=bordercol bordersize=2 bgcol=bgcol>
    12         <node name="hint" type="textbox" fontsize="22" posx=center posy="20" width=85% height=30 fontcol=yellow text="OK = select image">
    13         <node bordercol=bordercol scrollbar=auto type=listbox posy=80 posx=center name=listbox width=85% height=85%>
    14         <node name="images" text="No image installed" parent=listbox valign=middle posx=0 bordercol=bordercol bordersize=2 width=100% height=30 hidden="yes">
     12        <node name="hint" type="textbox" fontsize="22" posx=center posy="20" width=85% height=30 fontcol=yellow text="OK = select image for boot">
     13        <node name="hint1" type="textbox" fontsize="22" posx=center posy="50" width=85% height=30 fontcol=yellow text="Power = reboot receiver">
     14        <node bordercol=bordercol scrollbar=auto type=listbox posx=center name=listbox width=85% height=85%>
     15        <node name="images" text="No image installed" parent=listbox valign=middle posy="20" posx=0 bordercol=bordercol bordersize=2 width=100% height=30 hidden="yes">
    1516        <node name=b1 text="EXIT" halign=center valign=middle bordercol=exitcol bordersize=2 bordertype=2 posx=0 posy=0 width=150 height=30/>
    1617        <node name=b2 text="Delete" halign=center valign=middle bordercol=red bordersize=2 bordertype=2 posx=160 posy=0 width=150 height=30/>
     
    2122
    2223<screen name="multiinstall" title="MultiImage Install/Rename" titlealign=center fontcol=fontcol valign=bottom fontsize=28 posx=center posy=center width=65% height=55% bordercol=bordercol bordersize=2 bgcol=bgcol>
    23         <node name="hint" type="textbox" fontsize="22" posx=center posy="40" width=85% height=30 text="Hint: Use TEXT button for editing the image name">
     24        <node name="hint" type="textbox" fontsize="22" posx=center posy="40" width=85% height=30 fontcol=yellow text="Hint: Use TEXT button for editing the image name">
    2425        <node name="text1" type="textbox" fontsize="20" posx=center posy="100" width=85% height=30 text="Selected image">
    2526        <node bordercol=bordercol scrollbar=auto type=listbox posx=center name=listbox width=85% height=85%>
Note: See TracChangeset for help on using the changeset viewer.