Changeset 9229
- Timestamp:
- 03/16/10 04:59:02 (2 years ago)
- Files:
-
- modules/branches/2.8/core/page.routing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/core/page.routing.php
r9228 r9229 429 429 </tr> 430 430 431 <tr><td colspan="2">432 <input type="button" id="dial-pattern-add" value="<?php echo _("Add More Dial Pattern Fields")?>" />433 </td></tr>434 435 431 <tr><td colspan="2"><div class="dialpatterns"><table> 436 432 <?php … … 482 478 <tr id="last_row"></tr> 483 479 </table></div></tr></td> 480 <tr><td colspan="2"> 481 <input type="button" id="dial-pattern-add" value="<?php echo _("+ Add More Dial Pattern Fields")?>" /> 482 </td></tr> 484 483 <?php 485 484 $tabindex += 2000; // make room for dynamic insertion of new fields
