Browse CVS Repository
Contents of /pal/pal-portal/portal/patches/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Thu Oct 5 23:14:52 2006 UTC
(17 years, 5 months ago)
by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_0_BETA2, RELEASE-1_0_BETA3, RELEASE-1_0_BETA4
Changes since 1.1: +8 -3 lines
fixed PortletPreferences size issue and removed DOC TYPE
| 1 |
Index: src/webapp/WEB-INF/templates/layout/html/columns/layout.vm |
| 2 |
=================================================================== |
| 3 |
--- src/webapp/WEB-INF/templates/layout/html/columns/layout.vm (リビジョン 453273) |
| 4 |
+++ src/webapp/WEB-INF/templates/layout/html/columns/layout.vm (作業コピー) |
| 5 |
@@ -1,4 +1,3 @@ |
| 6 |
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 7 |
#* |
| 8 |
Copyright 2004 The Apache Software Foundation |
| 9 |
|
| 10 |
@@ -87,6 +86,7 @@ |
| 11 |
<option value='$td' #if($rootDecorator.Name == $td) SELECTED #end>$td |
| 12 |
#end |
| 13 |
</select> |
| 14 |
+ <br/> |
| 15 |
#end |
| 16 |
#if($allowAddLayout||$allowChangeLayout) |
| 17 |
<label>$messages.getString("portal.page.editing.layout")</label> |
| 18 |
@@ -102,10 +102,12 @@ |
| 19 |
#if($allowAddLayout) |
| 20 |
<input type="submit" name="jsAddLayout" value="$messages.getString("portal.page.editing.addlayout")" /> |
| 21 |
#end |
| 22 |
+ <br/> |
| 23 |
#if($allowAddPage) |
| 24 |
<label>$messages.getString("portal.page.editing.page")</label> |
| 25 |
<input id='newpage' name='jsPageName'/> |
| 26 |
<input type="submit" name="jsSubmitPage" value="$messages.getString("portal.page.editing.addpage")"/> |
| 27 |
+ <br/> |
| 28 |
#end |
| 29 |
</form> |
| 30 |
</div> |
|