Gratis Whmcs Admin Template


Status
Not open for further replies.

Pulsel

Poster 2.0
Mangstab Pak :D
izin sedot ya, jika smua hoster baik gini maju perhostingan saling berbagi hehe :D
 

IDreg.Net

Expert 2.0
saya sudah mencobanya. wow keren !!!..terimakasih kang udah sharing.
Tapi ada pertanyaan : Di bagian /report link teksnya gak muncul (pdfbatch) ? cara menampilkannyya gimana ?
buka menu.tpl
sebelumnya :
PHP:
{if in_array("View Reports",$admin_perms)}<li><a title="Reports" href="reports.php">{$_ADMINLANG.reports.title}</a>
  <ul>
    <li><a href="reports.php#reports">{$_ADMINLANG.reports.title}</a></li>
    {if in_array("CSV Downloads",$admin_perms)}<li class="expand"><a href="#">{$_ADMINLANG.reports.exports}</a>
        <ul>
        <li><a href="csvdownload.php?type=clients">- {$_ADMINLANG.clients.title}</a></li>
        <li><a href="csvdownload.php?type=products">- {$_ADMINLANG.services.title}</a></li>
        <li><a href="csvdownload.php?type=domains">- {$_ADMINLANG.domains.title}</a></li>
        <li><a href="reports.php?report=transactions">- {$_ADMINLANG.billing.transactionslist}</a></li>
        <li><a href="reports.php?report=pdfbatch">- {$_ADMINLANG.reports.pdfbatch}</a></li>
        </ul>
    </li>{/if}
  </ul>
</li>{/if}

ganti sama ini :
PHP:
{if in_array("View Reports",$admin_perms)}<li><a title="Reports" href="reports.php">{$_ADMINLANG.reports.title}</a>
  <ul>
    <li><a href="reports.php?report=daily_performance">Daily Performance</a></li>
    <li><a href="reports.php?report=income_forecast">Income Forecast</a></li>
    <li><a href="reports.php?report=annual_income_report">Annual Income Report</a></li>
    <li><a href="reports.php?report=new_customers">New Customers</a></li>
    <li><a href="reports.php?report=ticket_feedback_scores">Ticket Feedback Scores</a></li>
    <li><a href="reports.php?report=pdf_batch">Batch Invoice PDF Export</a></li>
    <li><a href="reports.php">More...</a></li>
  </ul>
</li>{/if}
 

WarnaHost

Expert 2.0
Verified Provider
buka menu.tpl
sebelumnya :
PHP:
{if in_array("View Reports",$admin_perms)}<li><a title="Reports" href="reports.php">{$_ADMINLANG.reports.title}</a>
  <ul>
    <li><a href="reports.php#reports">{$_ADMINLANG.reports.title}</a></li>
    {if in_array("CSV Downloads",$admin_perms)}<li class="expand"><a href="#">{$_ADMINLANG.reports.exports}</a>
        <ul>
        <li><a href="csvdownload.php?type=clients">- {$_ADMINLANG.clients.title}</a></li>
        <li><a href="csvdownload.php?type=products">- {$_ADMINLANG.services.title}</a></li>
        <li><a href="csvdownload.php?type=domains">- {$_ADMINLANG.domains.title}</a></li>
        <li><a href="reports.php?report=transactions">- {$_ADMINLANG.billing.transactionslist}</a></li>
        <li><a href="reports.php?report=pdfbatch">- {$_ADMINLANG.reports.pdfbatch}</a></li>
        </ul>
    </li>{/if}
  </ul>
</li>{/if}

ganti sama ini :
PHP:
{if in_array("View Reports",$admin_perms)}<li><a title="Reports" href="reports.php">{$_ADMINLANG.reports.title}</a>
  <ul>
    <li><a href="reports.php?report=daily_performance">Daily Performance</a></li>
    <li><a href="reports.php?report=income_forecast">Income Forecast</a></li>
    <li><a href="reports.php?report=annual_income_report">Annual Income Report</a></li>
    <li><a href="reports.php?report=new_customers">New Customers</a></li>
    <li><a href="reports.php?report=ticket_feedback_scores">Ticket Feedback Scores</a></li>
    <li><a href="reports.php?report=pdf_batch">Batch Invoice PDF Export</a></li>
    <li><a href="reports.php">More...</a></li>
  </ul>
</li>{/if}
Makasih om replynya, cuma saya baru sadar ada yang reply dari pak CV YACANET :D
saya sudah mencobanya. wow keren !!!..terimakasih kang udah sharing.

Tapi ada pertanyaan : Di bagian /report link teksnya gak muncul (pdfbatch) ? cara menampilkannyya gimana ?
 
Status
Not open for further replies.

Top