Ignore:
Timestamp:
Jan 23, 2013, 12:20:32 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] working on ajax to preview email messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/mail/template/mail_html.tpl

    r20320 r20341  
    66<style>
    77{literal}
    8 body {
     8#email_body {
    99        font-family: Univers, Helvetica, Optima;
    1010        font-size:12px;
     
    1313        background-color: #DDDDDD;
    1414}
    15 #the_page {
     15#the_email {
    1616        margin: 0px;
    1717        padding: 0px;
    1818        text-align: left;
    1919}
    20 #content {
     20#email_content {
    2121        margin: 0px;
    2222        padding: 30px 0px 0px 30px;
    2323        width: 732px;
    2424}
    25 hr {
     25.email_hr {
    2626        width: 632px;
    2727        margin-left: 0;
    2828}
    29 #copyright {
     29#email_copyright {
    3030        font-size: 10px;
    3131        margin: 0px;
     
    3939</style>
    4040</head>
    41 <body>
    42         <div id="the_page">
    43                 <div id="content" class="content">
     41<body id="email_body">
     42        <div id="the_email">
     43                <div id="email_content" class="content">
    4444                        {$MESSAGE_HTML}
    4545                </div>
    46                 <div id="copyright">
    47                         <hr>
     46                <div id="email_copyright">
     47                        <hr class="email_hr" />
    4848                        {'Sent by'|@translate}
    4949                        <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
Note: See TracChangeset for help on using the changeset viewer.