46 lines
1.5 KiB
Smarty
46 lines
1.5 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='Wyslij wiadomość'}
|
|
<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>
|
|
|
|
|
|
|
|
<table width="100%" cellspacing="0" cellpadding="5" border="0" class="frameTableForm tableContetntWhite">
|
|
<tbody>
|
|
<tr>
|
|
<td>Temat: </td>
|
|
<td><input class="input420" type="text" name="subjet" id="subjet" value="" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
{/dropDownContainer}
|
|
{dropDownContainer title="Treść}
|
|
|
|
{$fck->Create()}
|
|
<!--<textarea class="textarea" name="content" id="content" cols="40" rows="8"></textarea>-->
|
|
{/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> |