add user password reset, add series image switch, add image licences, redesign exclude filters
This commit is contained in:
@@ -384,7 +384,7 @@
|
||||
<tr>
|
||||
<td class="label">description</td>
|
||||
<td>
|
||||
<img src="<TMPL_VAR image>" style="float:right;padding-left:1em">
|
||||
<img style="float:right;padding-left:1em" src="showImage.cgi?project_id=<TMPL_VAR project_id>&studioId=<TMPL_VAR .studio_id>&type=icon&filename=<TMPL_VAR image>">
|
||||
<div><TMPL_VAR topic</div>
|
||||
<div><TMPL_VAR html_content escape=0></div>
|
||||
</td>
|
||||
@@ -452,9 +452,11 @@
|
||||
<button onclick="selectImage('<TMPL_VAR .project_id>','<TMPL_VAR .studio_id>','image_<TMPL_VAR event_id>','<TMPL_VAR series_name escape=HTML>','<TMPL_VAR image ESCAPE=url>','<TMPL_VAR series_id>');return false;"
|
||||
style="padding:0;"
|
||||
>
|
||||
<img id="imagePreview" src="<TMPL_VAR image>">
|
||||
<img id="imagePreview" src="showImage.cgi?project_id=<TMPL_VAR project_id>&studioId=<TMPL_VAR studio_id>&filename=<TMPL_VAR image>&type=icon">
|
||||
</button>
|
||||
<input id="image_<TMPL_VAR event_id>" name="image" value="<TMPL_VAR image>" class="image" style="float:right" placeholder="<TMPL_VAR .loc.label_image>">
|
||||
<input type="hidden" name="series_image" value="<TMPL_VAR series_image>" >
|
||||
<!--(series_image:<TMPL_VAR series_image>,image=<TMPL_VAR image>)-->
|
||||
</TMPL_IF>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user