Author: bleny Date: 2013-07-01 15:44:57 +0200 (Mon, 01 Jul 2013) New Revision: 267 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: make choose-activity header shorter Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp =================================================================== --- trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp 2013-06-28 14:21:10 UTC (rev 266) +++ trunk/magalie-web/src/main/webapp/WEB-INF/content/choose-activity.jsp 2013-07-01 13:44:57 UTC (rev 267) @@ -44,12 +44,9 @@ </head> <header> - <dl class="dl-horizontal"> - <dt>Identifiant</dt> - <dd><s:property value="magalieUser.name" /> (<s:property value="magalieUser.login" />)</dd> - <dt>Bâtiment</dt> - <dd><s:property value="building.code" /></dd> - </dl> + <p> + <s:property value="magalieUser.name" /> (<s:property value="building.code" />) + </p> </header> <s:url namespace="/" action="fulfil-kanban!input" id="fulfilKanbanUrl"/>
participants (1)
-
bleny@users.forge.codelutin.com