[xoops-cvslog 4126] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2006年 8月 14日 (月) 18:04:17 JST


Index: xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.17 xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.18
--- xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html:1.1.2.17	Thu Aug 10 20:06:25 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/theme_list.html	Mon Aug 14 18:04:17 2006
@@ -27,7 +27,7 @@
   <{foreach item=theme from=$themes}>
     <{xoops_token form=$actionForm}>
     <{if $currentThemeName == $theme->get('name')}>
-      <tr class="head" style="background-color:pink;text-align:center;">
+      <tr class="<{cycle values="odd,even"}> legacyRender_Template_active" style="text-align:center;">
     <{else}>
       <tr class="<{cycle values="odd,even"}>" style="text-align:center;">
     <{/if}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.17 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.18
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.17	Sat Aug 12 14:52:39 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html	Mon Aug 14 18:04:17 2006
@@ -13,7 +13,7 @@
 <{/if}>
 </h3>
 
-<div style="text-align:right;">
+<div class="legacyRender_TemplateSearch">
 <form method="get" action="index.php"><{$smarty.const._AD_LEGACYRENDER_LANG_SEARCH_TEMPLATE}> : 
   <{$pageNavi->renderHidden('tpl_file')}>
   <input type="hidden" name="action" value="TplfileList" />
@@ -22,7 +22,7 @@
 </form>
 </div>
 
-<div style="text-align:center;">
+<div class="legacyRender_TemplateSelect">
 <form action="./index.php" method="GET">
   <input type="hidden" name="action" value="TplfileList" />
   <{$smarty.const._AD_LEGACYRENDER_LANG_TPL_TPLSET}> : 
@@ -94,9 +94,9 @@
     </tr>
     <{foreach item=obj from=$objects}>
       <{if $obj->mOverride == null && $targetTplset != null && $targetTplset != 'default'}>
-        <tr class="<{cycle values='odd,even'}>" style="color:#ff0000;" style="text-align:center;">
+        <tr class="<{cycle values='odd,even'}> legacyRender_TemplateFile_nofile" style="text-align:center;">
       <{elseif $obj->get('tpl_type') == "block"}>
-        <tr class="<{cycle values='odd,even'}>" style="color:#0000ff;" style="text-align:center;">
+        <tr class="<{cycle values='odd,even'}> legacyRender_TemplateFile_block" style="text-align:center;">
       <{else}>
         <tr class="<{cycle values='odd,even'}>" style="text-align:center;">
       <{/if}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.4 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.5
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html:1.1.2.4	Tue Jul 11 11:59:28 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_clone.html	Mon Aug 14 18:04:17 2006
@@ -70,7 +70,7 @@
         &raquo;&raquo;
         <{$smarty.const._AD_LEGACYRENDER_LANG_MORE_LARGE}>
       </div>
-        <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;"><{$actionForm->get('tpl_source')|escape}></textarea>
+        <textarea name=tpl_source id=tpl_source class="legacyRender_TemplateManager_textarea"><{$actionForm->get('tpl_source')|escape}></textarea>
       </td>
     </tr>
     <tr>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.20 xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.21
--- xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.20	Thu Aug 10 19:52:02 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html	Mon Aug 14 18:04:17 2006
@@ -6,7 +6,7 @@
 
 <h3><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_LIST}></h3>
 
-<div style="text-align:right;">
+<div class="legacyRender_TemplateSearch">
 <form method="get" action="index.php"><{$smarty.const._AD_LEGACYRENDER_LANG_SEARCH_TEMPLATE}> : 
   <input type="hidden" name="action" value="TplfileList" />
   <input type="text" name="tpl_file" />
@@ -57,7 +57,7 @@
   </tr>
   <{foreach item=obj from=$objects}>
     <{if $activeTemplateSet == $obj->get('tplset_name')}>
-      <tr class="head" style="background-color:pink;">
+      <tr class="<{cycle values='odd,even'}> legacyRender_TemplateSet_active">
     <{else}>
       <tr class="<{cycle values='odd,even'}>">
     <{/if}>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.5 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.6
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.5	Mon Jul 10 20:04:00 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html	Mon Aug 14 18:04:17 2006
@@ -55,7 +55,7 @@
         &raquo;&raquo;
         <{$smarty.const._AD_LEGACYRENDER_LANG_MORE_LARGE}>
       </div>
-      <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;" readonly="readonly"><{$object->Source->get('tpl_source')|escape}></textarea>
+      <textarea name=tpl_source id=tpl_source class="legacyRender_TemplateManager_textarea" readonly="readonly"><{$object->Source->get('tpl_source')|escape}></textarea>
     </td>
   </tr>
     <tr>
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.10 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.11
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.10	Tue Jul 11 12:00:29 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html	Mon Aug 14 18:04:17 2006
@@ -69,7 +69,7 @@
         &raquo;&raquo;
         <{$smarty.const._AD_LEGACYRENDER_LANG_MORE_LARGE}>
       </div>
-        <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;"><{$actionForm->get('tpl_source')|escape}></textarea>
+        <textarea name=tpl_source id=tpl_source class="legacyRender_TemplateManager_textarea"><{$actionForm->get('tpl_source')|escape}></textarea>
       </td>
     </tr>
     <tr>


xoops-cvslog メーリングリストの案内
Back to archive index