OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
24
app/Domain/Help/Templates/mytimesheets.blade.php
Normal file
24
app/Domain/Help/Templates/mytimesheets.blade.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<div class="center padding-lg">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div style='width:50%' class='svgContainer'>
|
||||
{!! file_get_contents(ROOT . '/dist/images/svg/undraw_time_management_30iu.svg') !!}
|
||||
</div><br />
|
||||
<h3 class="primaryColor">{!! __('headlines.the_timesheets') !!}</h3>
|
||||
<p>{!! __('text.my_timesheets_helper_content') !!}</p>
|
||||
<br /><br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p>
|
||||
</p>
|
||||
<x-global::forms.button tag="a" link="javascript:void(0);" onclick="jQuery.nmTop().close()" contentRole="tertiary">{!! __('links.close') !!}</x-global::forms.button><br />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user