Changeset 999 in ExiteCMS for modules/common/advertising/php-files/modules/advertising/templates/modules.advertising.edit.tpl
- Timestamp:
- 10/23/07 14:49:17 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/advertising/php-files/modules/advertising/templates/modules.advertising.edit.tpl
r997 r999 73 73 <table align='center' width='600' cellpadding='0' cellspacing='0'> 74 74 <tr> 75 <td width='175' class='tbl'>{$locale. 411}:</td>75 <td width='175' class='tbl'>{$locale.ads411}:</td> 76 76 <td class='tbl'> 77 77 <select class='textbox' name='adverts_contract' onchange='hidefields(this)'> … … 81 81 </tr> 82 82 <tr> 83 <td width='175' class='tbl'>{$locale. 412}:</td>83 <td width='175' class='tbl'>{$locale.ads412}:</td> 84 84 <td class='tbl'> 85 85 <select name='contract_start[mday]' class='textbox'> … … 101 101 </tr> 102 102 <tr id='enddate' style='{if $adverts_contract != 1}display:none{/if}'> 103 <td width='175' class='tbl'>{$locale. 413}:</td>103 <td width='175' class='tbl'>{$locale.ads413}:</td> 104 104 <td class='tbl'> 105 105 <select name='contract_end[mday]' class='textbox'> … … 121 121 </tr> 122 122 <tr id='sold1' style='{if $adverts_contract !=2}display:none{/if}'> 123 <td width='175' class='tbl'>{$locale. 414}:</td>123 <td width='175' class='tbl'>{$locale.ads414}:</td> 124 124 <td class='tbl'>{$adverts_sold}</td> 125 125 </tr> 126 126 <tr id='sold2' style='{if $adverts_contract !=2}display:none{/if}'> 127 <td width='175' class='tbl'>{$locale. 415}:</td>127 <td width='175' class='tbl'>{$locale.ads415}:</td> 128 128 <td class='tbl'> 129 129 <select class='textbox' name='change' size='1'> 130 <option value='+' selected="selected">{$locale. 420}</option>131 <option value='-'>{$locale. 421}</option>130 <option value='+' selected="selected">{$locale.ads420}</option> 131 <option value='-'>{$locale.ads421}</option> 132 132 </select> 133 133 <input type='text' class='textbox' name='adverts_purchased' value='0' size='12' maxlength='11' /> … … 135 135 </tr> 136 136 <tr> 137 <td width='175' class='tbl'>{$locale. 416}:</td>137 <td width='175' class='tbl'>{$locale.ads416}:</td> 138 138 <td class='tbl'> 139 139 <select class='textbox' name='adverts_location'> … … 145 145 </tr> 146 146 <tr> 147 <td width='175' class='tbl'>{$locale. 417}:</td>147 <td width='175' class='tbl'>{$locale.ads417}:</td> 148 148 <td class='tbl'> 149 149 {if $ad_images|@count} … … 154 154 </select> 155 155 {else} 156 <b>{$locale. 449}</b>156 <b>{$locale.ads449}</b> 157 157 {/if} 158 158 </td> 159 159 </tr> 160 160 <tr> 161 <td width='175' class='tbl'>{$locale. 424}:</td>161 <td width='175' class='tbl'>{$locale.ads424}:</td> 162 162 <td class='tbl'> 163 163 <select name='adverts_priority' class='textbox'> … … 169 169 </tr> 170 170 <tr> 171 <td width='175' class='tbl'>{$locale. 418}:</td>171 <td width='175' class='tbl'>{$locale.ads418}:</td> 172 172 <td class='tbl'> 173 173 <input type='text' class='textbox' name='adverts_url' value='{$adverts_url}' size='60' maxlength='200' /> … … 175 175 </tr> 176 176 <tr> 177 <td width='175' class='tbl'>{$locale. 419}:</td>177 <td width='175' class='tbl'>{$locale.ads419}:</td> 178 178 <td class='tbl'> 179 179 <select class='textbox' name='adverts_status'> 180 <option value='0'{if $adverts_status == 0} selected="selected"{/if}>{$locale. 422}</option>181 <option value='1'{if $adverts_status == 1} selected="selected"{/if}>{$locale. 423}</option>180 <option value='0'{if $adverts_status == 0} selected="selected"{/if}>{$locale.ads422}</option> 181 <option value='1'{if $adverts_status == 1} selected="selected"{/if}>{$locale.ads423}</option> 182 182 </select> 183 183 </td> … … 190 190 <input type='hidden' name='adverts_userid' value='{$adverts_userid}' /> 191 191 <br /> 192 <input type='submit' name='cancel' value='{$locale. 441}' class='button' /> 193 <input type='submit' name='save' value='{$locale. 440}' class='button' /> 192 <input type='submit' name='cancel' value='{$locale.ads441}' class='button' /> 193 <input type='submit' name='save' value='{$locale.ads440}' class='button' /> 194 194 {if $action == "edit"} 195 195 {if $adverts_expired|default:false} 196 <input type='submit' name='activate' value='{$locale. 443}' class='button' />196 <input type='submit' name='activate' value='{$locale.ads443}' class='button' /> 197 197 {else} 198 <input type='submit' name='expire' value='{$locale. 442}' class='button' />198 <input type='submit' name='expire' value='{$locale.ads442}' class='button' /> 199 199 {/if} 200 200 {/if} … … 208 208 <tr> 209 209 <td width='175' class='tbl'> 210 <br />{$locale. 530}:<br />210 <br />{$locale.ads530}:<br /> 211 211 </td> 212 212 <td class='tbl'> … … 217 217 <td align='center' colspan='2' class='tbl'> 218 218 <br /> 219 <input type='submit' name='upload' value='{$locale. 449}' class='button' />219 <input type='submit' name='upload' value='{$locale.ads449}' class='button' /> 220 220 </td> 221 221 </tr> … … 229 229 <hr /><br /> 230 230 <input type='hidden' name='adverts_id' value='{$adverts_id}' /> 231 <input type='submit' name='moveuser' value='{$locale. 425}' class='button' /> :231 <input type='submit' name='moveuser' value='{$locale.ads425}' class='button' /> : 232 232 <select class='textbox' name='newid' onkeydown='incrementalSelect(this,event)'> 233 233 <option value='0'>--------</option>
Note: See TracChangeset
for help on using the changeset viewer.
