Changeset 1916 for trunk/template/yoga


Ignore:
Timestamp:
Mar 16, 2007, 11:52:52 PM (17 years ago)
Author:
rub
Message:

Send email on pwg group:

o Best mail content
o Add a text area in order to complete email

Location:
trunk/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/cat_modify.tpl

    r1900 r1916  
    7373      <td><strong>{L_EDIT_STATUS}</strong>
    7474      <td>
    75           <input type="radio" name="status" value="public" {STATUS_PUBLIC} />{L_STATUS_PUBLIC}
    76           <input type="radio" name="status" value="private" {STATUS_PRIVATE} />{L_STATUS_PRIVATE}
     75    <input type="radio" name="status" value="public" {STATUS_PUBLIC} />{L_STATUS_PUBLIC}
     76    <input type="radio" name="status" value="private" {STATUS_PRIVATE} />{L_STATUS_PRIVATE}
    7777      </td>
    7878    </tr>
     
    8080      <td><strong>{L_EDIT_LOCK}</strong>
    8181      <td>
    82           <input type="radio" name="visible" value="false" {LOCKED} />{L_YES}
    83           <input type="radio" name="visible" value="true" {UNLOCKED} />{L_NO}
     82    <input type="radio" name="visible" value="false" {LOCKED} />{L_YES}
     83    <input type="radio" name="visible" value="true" {UNLOCKED} />{L_NO}
    8484      </td>
    8585    </tr>
     
    218218  <table>
    219219    <tr>
    220       <td>{lang:Group}</td>
     220      <td><strong>{lang:Group}</strong></td>
    221221      <td>
    222222        <select name="group">
     
    227227      </td>
    228228    </tr>
     229    <tr>
     230      <td><strong>{lang:mail_content}</strong></td>
     231      <td>
     232        <textarea cols="50" rows="5" name="mail_content" class="description">{MAIL_CONTENT}</textarea>
     233      </td>
     234    </tr>
     235
    229236  </table>
    230237
  • trunk/template/yoga/mail/text/html/admin/cat_group_info.tpl

    r1912 r1916  
    33<p>{IMG_URL}</p>
    44<p>{lang:hello}</p>
    5 <p><a href="{LINK}">{LINK}</a></p>
     5<p>{lang:Come to discover the category:} <a href="{LINK}">{CAT_NAME}</a></p>
    66<p>{CPL_CONTENT}</p>
     7<p>{lang:See you soon.}</p>
    78</div>
  • trunk/template/yoga/mail/text/plain/admin/cat_group_info.tpl

    r1912 r1916  
    11{lang:hello}
    22
     3{lang:Come to discover the category:} {CAT_NAME}
    34{LINK}
    45
    56{CPL_CONTENT}
    67
     8{lang:See you soon.}
Note: See TracChangeset for help on using the changeset viewer.