index.phtml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?php /*
  2. <div class="hidden-xs">
  3. <table class="table table-striped">
  4. <thead>
  5. <tr>
  6. <th colspan="3"><?php echo $this->translate('General'); ?></th>
  7. </tr>
  8. </thead>
  9. <tbody>
  10. <tr>
  11. <td>
  12. <a href="<?php echo $this->url(array('name' => 'signup'), 'fees'); ?>">
  13. <?php echo $this->translate('User Signup'); ?>
  14. </a>
  15. </td>
  16. <td></td>
  17. <td></td>
  18. </tr>
  19. <tr>
  20. <th colspan="3"><?php echo $this->translate('Auctions / Products'); ?></th>
  21. </tr>
  22. <tr>
  23. <td>
  24. <a href="<?php echo $this->url(array('name' => 'setup'), 'fees'); ?>">
  25. <?php echo $this->translate('Listing Setup'); ?>
  26. </a>
  27. </td>
  28. <td>
  29. <a href="<?php echo $this->url(array('name' => 'sale'), 'fees'); ?>">
  30. <?php echo $this->translate('Sale Transaction'); ?>
  31. </a>
  32. </td>
  33. <td></td>
  34. </tr>
  35. <tr>
  36. <td>
  37. <a href="<?php echo $this->url(array('name' => 'hpfeat'), 'fees'); ?>">
  38. <?php echo $this->translate('Home Page Featuring'); ?>
  39. </a>
  40. </td>
  41. <td>
  42. <a href="<?php echo $this->url(array('name' => 'catfeat'), 'fees'); ?>">
  43. <?php echo $this->translate('Category Pages Featuring'); ?>
  44. </a>
  45. </td>
  46. <td>
  47. <a href="<?php echo $this->url(array('name' => 'highlighted'), 'fees'); ?>">
  48. <?php echo $this->translate('Highlighted Item'); ?>
  49. </a>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td>
  54. <a href="<?php echo $this->url(array('name' => 'images'), 'fees'); ?>">
  55. <?php echo $this->translate('Listing Images'); ?>
  56. </a>
  57. </td>
  58. <td>
  59. <!-- <a href="<?php echo $this->url(array('name' => 'media'), 'fees'); ?>">
  60. <?php echo $this->translate('Media Upload'); ?>
  61. </a> -->
  62. </td>
  63. <td>
  64. <!-- <a href="<?php echo $this->url(array('name' => 'digital_downloads'), 'fees'); ?>">
  65. <?php echo $this->translate('Digital Downloads'); ?>
  66. </a> -->
  67. </td>
  68. </tr>
  69. <tr>
  70. <td>
  71. <a href="<?php echo $this->url(array('name' => 'bold'), 'fees'); ?>">
  72. <?php echo $this->translate('Bold Item'); ?>
  73. </a>
  74. </td>
  75. <td>
  76. <a href="<?php echo $this->url(array('name' => 'addl_category'), 'fees'); ?>">
  77. <?php echo $this->translate('Additional Category Listing'); ?>
  78. </a>
  79. </td>
  80. <td>
  81. <a href="<?php echo $this->url(array('name' => 'reserve_price'), 'fees'); ?>">
  82. <?php echo $this->translate('Reserve Price'); ?>
  83. </a>
  84. </td>
  85. </tr>
  86. <tr>
  87. <td>
  88. <a href="<?php echo $this->url(array('name' => 'buyout'), 'fees'); ?>">
  89. <?php echo $this->translate('Buy Out'); ?>
  90. </a>
  91. </td>
  92. <td>
  93. <a href="<?php echo $this->url(array('name' => 'make_offer_fee'), 'fees'); ?>">
  94. <?php echo $this->translate('Make Offer'); ?>
  95. </a>
  96. </td>
  97. <td>
  98. <!-- <a href="<?php echo $this->url(array('name' => 'item_swap'), 'fees'); ?>">
  99. <?php echo $this->translate('Item Swapping'); ?>
  100. </a>-->
  101. </td>
  102. </tr>
  103. <!-- <tr>
  104. <td>
  105. <a href="<?php echo $this->url(array('name' => 'relist_reduction'), 'fees'); ?>">
  106. <?php echo $this->translate('Relisting Fees Reduction'); ?>
  107. </a>
  108. </td>
  109. <td>
  110. <a href="<?php echo $this->url(array('name' => 'durations'), 'fees'); ?>">
  111. <?php echo $this->translate('Listing Durations'); ?>
  112. </a>
  113. </td>
  114. <td>
  115. </td>
  116. </tr> -->
  117. </tbody>
  118. </table>
  119. </div>
  120. */ ?>
  121. <?php echo $this->form; ?>