1.1 restoration
[mir.git] / templates / admin / content.template
index c75de47..dfe72e5 100755 (executable)
             <call showGETButton(
               "module=Comment&do=articlecomments&articleid="+article.id+"&returnurl="+utility.encodeURI(thisurl),
               lang("content.comments"))>
+              
+            <list article.previews as p>              
+              <call showGETButton(
+                "module=Content&do=showPreview&preview="+p+"&id="+article.id+"&returnurl="+utility.encodeURI(thisurl),
+                lang("content.preview."+p))>
+            </list>
         </td>
         <td align="right" valign="top">
           <if article.is_locked=="1" && article.lockinguser>
     </table>
   </td>
     <td align="right" valign="top">
-      <call showArticleAttachments(article, mayEdit)>
+      <call showArticleAttachments(article, mayEdit, thisurl)>
     </td>
   </tr>
 </table>