[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/layouts/vlayout/modules/Vtiger/dashboards/ -> NotebookContents.tpl (source)

   1  {************************************************************************************
   2   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   3   * ("License"); You may not use this file except in compliance with the License
   4   * The Original Code is:  vtiger CRM Open Source
   5   * The Initial Developer of the Original Code is vtiger.
   6   * Portions created by vtiger are Copyright (C) vtiger.
   7   * All Rights Reserved.
   8   *************************************************************************************}
   9  {strip}
  10  <div style='padding:5px'>
  11      <div class="row-fluid">
  12          <div class="dashboard_notebookWidget_view row-fluid">
  13              <div class="row-fluid">
  14                  <span class="span10 muted">
  15                      <i>{vtranslate('LBL_LAST_SAVED_ON', $MODULE)}</i> {Vtiger_Util_Helper::formatDateTimeIntoDayString($WIDGET->getLastSavedDate())}
  16                  </span>
  17                  <span class="span2">
  18                      <span class="pull-right">
  19                          <button class="btn btn-mini pull-right dashboard_notebookWidget_edit">
  20                              <strong>{vtranslate('LBL_EDIT', $MODULE)}</strong>
  21                          </button>
  22                      </span>
  23                  </span>
  24              </div>
  25              <div class="row-fluid pushDown2per">
  26                  <div class="dashboard_notebookWidget_viewarea boxSizingBorderBox" style="background-color:white;border: 1px solid #CCC">
  27                      {$WIDGET->getContent()|nl2br}
  28                  </div>
  29              </div>
  30          </div>
  31          <div class="dashboard_notebookWidget_text row-fluid" style="display:none;">
  32              <div class="row-fluid">
  33                  <span class="span10 muted">
  34                      <i>{vtranslate('LBL_LAST_SAVED_ON', $MODULE)}</i> {Vtiger_Util_Helper::formatDateTimeIntoDayString($WIDGET->getLastSavedDate())}
  35                  </span>
  36                  <span class="span2">
  37                      <span class="pull-right">
  38                          <button class="btn btn-mini btn-success pull-right dashboard_notebookWidget_save">
  39                              <strong>{vtranslate('LBL_SAVE', $MODULE)}</strong>
  40                          </button>
  41                      </span>
  42                  </span>
  43              </div>
  44              <div class="row-fluid pushDown2per">
  45                  <span class="span12">
  46                      <textarea class="dashboard_notebookWidget_textarea row-fluid boxSizingBorderBox" style="min-height: 200px;background-color: #ffffdd;resize: none;padding: 0px;" data-note-book-id="{$WIDGET->get('id')}">
  47                          {$WIDGET->getContent()}
  48                      </textarea>
  49                  </span>
  50              </div>
  51          </div>
  52      </div>
  53  </div>
  54  {/strip}


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1