55 lines
2.2 KiB
Smarty
55 lines
2.2 KiB
Smarty
{************************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
*************************************************************************************}
|
|
{strip}
|
|
<div style='padding:5px'>
|
|
<div class="row-fluid">
|
|
<div class="dashboard_notebookWidget_view row-fluid">
|
|
<div class="row-fluid">
|
|
<span class="span10 muted">
|
|
<i>{vtranslate('LBL_LAST_SAVED_ON', $MODULE)}</i> {Vtiger_Util_Helper::formatDateTimeIntoDayString($WIDGET->getLastSavedDate())}
|
|
</span>
|
|
<span class="span2">
|
|
<span class="pull-right">
|
|
<button class="btn btn-mini pull-right dashboard_notebookWidget_edit">
|
|
<strong>{vtranslate('LBL_EDIT', $MODULE)}</strong>
|
|
</button>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
<div class="row-fluid pushDown2per">
|
|
<div class="dashboard_notebookWidget_viewarea boxSizingBorderBox" style="background-color:white;border: 1px solid #CCC">
|
|
{$WIDGET->getContent()|nl2br}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="dashboard_notebookWidget_text row-fluid" style="display:none;">
|
|
<div class="row-fluid">
|
|
<span class="span10 muted">
|
|
<i>{vtranslate('LBL_LAST_SAVED_ON', $MODULE)}</i> {Vtiger_Util_Helper::formatDateTimeIntoDayString($WIDGET->getLastSavedDate())}
|
|
</span>
|
|
<span class="span2">
|
|
<span class="pull-right">
|
|
<button class="btn btn-mini btn-success pull-right dashboard_notebookWidget_save">
|
|
<strong>{vtranslate('LBL_SAVE', $MODULE)}</strong>
|
|
</button>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
<div class="row-fluid pushDown2per">
|
|
<span class="span12">
|
|
<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')}">
|
|
{$WIDGET->getContent()}
|
|
</textarea>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{/strip}
|