[Affelio-cvs 1103] CVS update: affelio/apps/diary/templates

Back to archive index

Yoshihisa Fukuhara higef****@users*****
2006年 3月 2日 (木) 00:11:09 JST


Index: affelio/apps/diary/templates/write_diary_edit.tmpl
diff -u affelio/apps/diary/templates/write_diary_edit.tmpl:1.11 affelio/apps/diary/templates/write_diary_edit.tmpl:1.12
--- affelio/apps/diary/templates/write_diary_edit.tmpl:1.11	Wed Mar  1 14:40:36 2006
+++ affelio/apps/diary/templates/write_diary_edit.tmpl	Thu Mar  2 00:11:09 2006
@@ -46,7 +46,7 @@
 <TMPL_ELSE>
 <input type="hidden" name="action" value="submit" />
 </TMPL_IF>
-<input type="button" name="preview" value="<AF_M text='Preview'>" onClick="previewDiary()" />
+<input type="button" name="preview_btn" value="<AF_M text='Preview'>" onClick="previewDiary()" />
 <input type="submit" name="submit" value="<AF_M text='Post'>" />
 </td></tr>
 </table>
@@ -69,7 +69,7 @@
 
 <script>
 function OpenWin(){
-    win=window.open("upload.cgi","new","toolbar=no,location=no,status=no,menubar=no,scrollbar=no,width=350,height=220");
+    win=window.open("upload.cgi","new","toolbar=no,location=no,status=no,menubar=no,scrollbar=no,width=350,height=250");
 }
 
 function previewDiary(){
@@ -102,4 +102,4 @@
 }
 </script>
 
-</div>
\ No newline at end of file
+</div>


Affelio-cvs メーリングリストの案内
Back to archive index