update vers 1.1.140 x fix grafici

This commit is contained in:
Samuele Locatelli
2013-10-08 18:30:45 +02:00
parent 07754fc073
commit e5aaa8ea2c
11 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<add key="appName" value="ETS-WS" />
<add key="SiteName" value="ETS" />
<add key="mainRev" value="1.1" />
<add key="minRev" value="139" />
<add key="minRev" value="140" />
<add key="copyRight" value="SteamWare, ETS © 2012-2013" />
<add key="tempUplDir" value="~/TempUploads" />
<add key="archiveDir" value="~/ArchivioDocs" />
@@ -13,10 +13,11 @@
<asp:Panel runat="server" ID="pnlRTUpdate" Width="100%" CssClass="rltDisabled">
<div class="divSx">
<uc1:mod_singleFileUpload ID="mod_singleFileUpload1" runat="server" btnText="Carica Nuovo File" />
<div class="clearDiv"></div>
</div>
<div class="divSx">
<div class="divSx" style="background-color: #ff6a00; width: 100%; color: White; vertical-align: middle; padding: 0px 2px 0px 2px;
margin-top: 4px; font-size: 9pt;">
<div class="divSx" style="background-color: #696969; width: 100%; color: White; vertical-align: middle; padding: 0px 2px 0px 2px;
margin-top: 4px; font-size: 10pt;">
<asp:CheckBoxList ID="cblTags" runat="server" DataSourceID="odsTags" DataTextField="tag" DataValueField="idxTag" RepeatLayout="Flow"
AutoPostBack="True" OnSelectedIndexChanged="cblTags_SelectedIndexChanged" RepeatDirection="Horizontal">
</asp:CheckBoxList>
@@ -45,6 +45,16 @@ namespace ETS_DIP.WebUserControls
set
{
btnShowSostFile.Enabled = value;
if (value)
{
btnShowSostFile.Font.Bold = true;
btnShowSostFile.Font.Size = new FontUnit(16);
}
else
{
btnShowSostFile.Font.Bold = false;
btnShowSostFile.Font.Size = new FontUnit(2);
}
}
}
/// <summary>
Binary file not shown.
Binary file not shown.
+2 -4
View File
@@ -166,14 +166,12 @@
/* update controls */
.rltUpdate {
background-color: #FFFF33;
height: 26px;
height: 32px;
vertical-align: middle;
border: 4px solid #FFAA66;
padding: 4px;
padding: 8px;
}
.rltDisabled {
height: 26px;
}
/* end */
+2 -4
View File
@@ -166,14 +166,12 @@
/* update controls */
.rltUpdate {
background-color: #FFFF33;
height: 26px;
height: 32px;
vertical-align: middle;
border: 4px solid #FFAA66;
padding: 4px;
padding: 8px;
}
.rltDisabled {
height: 26px;
}
/* end */
Binary file not shown.
Binary file not shown.
Binary file not shown.