50 lines
1.6 KiB
Smarty
50 lines
1.6 KiB
Smarty
<div class="panelRightTop"></div>
|
|
<div class="panelRightBody">
|
|
<div class="paddedContent">
|
|
|
|
<form action="{url mailing='send'}" method="post" id="addSet" name="addSet" enctype="multipart/form-data">
|
|
{dropDownContainer title='Podgląd wiadomości'}
|
|
<div id="info" style="position:absolute; width:300px; background-color:#313245; left: 40%; top: 35%; display:none; margin:30px; padding: 20px 20px 20px 20px; border:thin black dotted; color:#ffffff;" onclick="javascript: this.style.display='none'">
|
|
|
|
</div>
|
|
|
|
|
|
<form action="{url mailing='index'}" method="post" id="addSet" name="addSet" enctype="multipart/form-data">
|
|
<table class="adminTable" align="center" style="width: 550px;" >
|
|
<tr>
|
|
<td class="header" colspan="2">Treść</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left" width="30%">Temat: </td>
|
|
<td align="left">{$objMailing->GetTitle()}
|
|
</td>
|
|
</tr>
|
|
<tr class="even" >
|
|
<td align="left">Treść wiadomości:</td>
|
|
<td align="left">
|
|
{$objMailing->GetText()}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="left">Data wysałania</td>
|
|
<td align="left">
|
|
{$objMailing->GetDateSend()}
|
|
</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
{/dropDownContainer}
|
|
</div>
|
|
</div>
|
|
<div class="panelRightBottom">
|
|
<div class="panelButtons">
|
|
<input type="button" class="button buttonAnuluj" value="" name="" onclick="javascript:document.location.href='{url mailing=index}'"/>
|
|
|
|
{*<input type="submit" class="button buttonPodglad" value="" name=""/>*}
|
|
{*<input type="submit" class="button buttonZapisz" value="" name="sendEmail" />*}
|
|
{*<input type="submit" class="button120 buttonZapiszIPublikuj" value="" name=""/>*}
|
|
</div>
|
|
</div>
|
|
|
|
</form> |