svnno****@sourc*****
svnno****@sourc*****
2008年 3月 10日 (月) 16:54:09 JST
Revision: 843 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=843 Author: shinsuke Date: 2008-03-10 16:54:09 +0900 (Mon, 10 Mar 2008) Log Message: ----------- disabled desktop theme. Modified Paths: -------------- pal-admin/trunk/src/main/webapp/view/site/layoutInfoEditor.html pal-admin/trunk/src/main/webapp/view/site/portletInfoEditor.html -------------- next part -------------- Modified: pal-admin/trunk/src/main/webapp/view/site/layoutInfoEditor.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/site/layoutInfoEditor.html 2008-03-10 07:34:16 UTC (rev 842) +++ pal-admin/trunk/src/main/webapp/view/site/layoutInfoEditor.html 2008-03-10 07:54:09 UTC (rev 843) @@ -85,12 +85,12 @@ <option value="hoge">HOGE</option> </select> </div> - <div style="clear:both;"> + <!-- div style="clear:both;"> <div style="width:120px;float: left;"><label id="desktopThemeLabel" for="desktopTheme" style="width:100px;">Desktop Theme:</label></div> <select id="desktopTheme"> <option value="hoge">HOGE</option> </select> - </div> + </div --> <div id="isEditable-update" style="margin-top: 20px;text-align: center;"> <input id="doUpdate" type="button" value="Update"/> <input id="doDelete" type="button" value="Delete" onclick="if(confirm('Do you want to delete this layout?')){return true;}return false;"/> Modified: pal-admin/trunk/src/main/webapp/view/site/portletInfoEditor.html =================================================================== --- pal-admin/trunk/src/main/webapp/view/site/portletInfoEditor.html 2008-03-10 07:34:16 UTC (rev 842) +++ pal-admin/trunk/src/main/webapp/view/site/portletInfoEditor.html 2008-03-10 07:54:09 UTC (rev 843) @@ -82,12 +82,12 @@ <option value="hoge">HOGE</option> </select> </div> - <div style="clear:both;"> + <!-- div style="clear:both;"> <div style="width:120px;float: left;"><label id="desktopThemeLabel" for="desktopTheme" style="width:100px;">Desktop Theme:</label></div> <select id="desktopTheme"> <option value="hoge">HOGE</option> </select> - </div> + </div --> <div id="isEditable-update" style="margin-top: 20px;text-align: center;"> <input id="doUpdate" type="button" value="Update"/> <input id="doDelete" type="button" value="Delete" onclick="if(confirm('Do you want to delete this portlet?')){return true;}return false;"/>