Seditio Source code viewer
Root | Root
./Seditio-Developer/Seditio.178/system/adminskin/sympfy/admin.config.time.tpl
<!-- BEGIN: ADMIN_CONFIG_TIME -->

<div class="content-box">

<div class="content-box-header">
<h3>{PHP.L.adm_clocks}</h3>
</div>

<div class="content-box-content content-table">

<div class="table cells striped resp-table">

<div class="table-body resp-table-body">

<div class="table-row resp-table-row">
<div class="table-td text-left resp-table-td time-title">{PHP.L.adm_time1}</div>
<div class="table-td text-left resp-table-td time-value">{CONFIG_TIME_1}</div>
</div>

<div class="table-row resp-table-row">
<div class="table-td text-left resp-table-td time-title">{PHP.L.adm_time2}</div>
<div class="table-td text-left resp-table-td time-value">{CONFIG_TIME_2} GMT </div>
</div>

<div class="table-row resp-table-row">
<div class="table-td text-left resp-table-td time-title">{PHP.L.adm_time3}</div>
<div class="table-td text-left resp-table-td time-value">{CONFIG_TIME_3}</div>
</div>

<div class="table-row resp-table-row">
<div class="table-td text-left resp-table-td time-title">{PHP.L.adm_time4} : </div>
<div class="table-td text-left resp-table-td time-value">{CONFIG_TIME_4} </div>
</div>

</div>

</div>

</div>

</div>

<!-- END: ADMIN_CONFIG_TIME -->
Presented with Sourceer