CC-2755: Ability to set trial ending date
- codes for front end. - design needs to be integrated.
This commit is contained in:
parent
78ffa74bab
commit
1a8214fccc
4 changed files with 9 additions and 3 deletions
|
@ -30,6 +30,12 @@
|
|||
<li class="time-zone"><span id="time-zone"></span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="trial-info-block">
|
||||
<ul>
|
||||
<li>Trial remaining</li>
|
||||
<li><?php echo $this->trial_remain?></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="personal-block">
|
||||
<ul>
|
||||
<li><a id="about-link" href="#">About</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue