소스 검색

cosmetic fix

Damien Accorsi 11 년 전
부모
커밋
ae9c220b2e
1개의 변경된 파일9개의 추가작업 그리고 18개의 파일을 삭제
  1. 9 18
      pboard/pboard/templates/document-widgets.mak

+ 9 - 18
pboard/pboard/templates/document-widgets.mak 파일 보기

@@ -249,33 +249,24 @@
249 249
 
250 250
 <%def name="FirstTimeFakeDocument()">
251 251
   <div id='application-document-panel' class="span5">
252
-    <div id='current-document-content' class="">
253
-      <p class="well">
254
-        <strong>${_('Welcome aboard')}</strong>
255
-        <i class="fa fa-smile-o fa-2x"></i>
256
-      </p>
257
-      ${_('<p>We suggest you to...<br/><br/></p>')|n}
252
+    <div id='current-document-content' class="well">
253
+      ${_('<p>We suggest you to start...<br/><br/></p>')|n}
258 254
       <h4>
259 255
         <i class="fa fa-angle-double-left fa-3x fa-fw pod-blue" style="vertical-align: middle"></i>
260
-        ${_('work on existing documents')}
256
+        ${_('by working on existing items')}
261 257
       </h4>
262 258
       <p class="text-center">${_('or')}</p>
263
-      <h4 class="text-right">
264
-        ${_('create a new document')}
265
-        <i class="fa fa-angle-double-down fa-3x fa-fw pod-blue" style="vertical-align: middle"></i>
266
-      </h4>
267
-      <p class="pull-right">
268
-        <a href="#${h.ID.AddDocumentModalForm()}" role="button" class="btn btn-success" data-toggle="modal">
259
+      <h4 class="">
260
+        <i class="fa fa-angle-double-right fa-3x fa-fw pod-blue" style="vertical-align: middle;"></i>
261
+        ${_('by creating a new document')}
262
+        <a href="#${h.ID.AddDocumentModalForm()}" role="button" class="btn btn-success" style="float:right;" data-toggle="modal">
269 263
           <i class="fa fa-plus"></i>
270
-          ${_('Create a new document')}
264
+          ${_('Create')}
271 265
         </a>
272
-      </p>
266
+      </h4>
273 267
   
274 268
       ${DocumentEditModalDialog(None, None, tg.url('/api/create_document'), h.ID.AddDocumentModalForm(), 'Create your first document')}
275 269
       <div style="clear: both;"></div>
276
-      <p class="alert alert-info" style="margin-top: 2em;">
277
-        <i class="fa fa-info-circle"></i> ${_('<strong>Note :</strong> You can even create a dummy document: you will be able to remove it later.')|n}
278
-      </p>
279 270
     </div>
280 271
     <script>
281 272
     </script>