~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to apps/frontend/modules/admin/templates/indexSuccess.php

  • Committer: Chad Heuschober
  • Date: 2011-08-04 00:05:46 UTC
  • mto: (1.26.1 push-trunk)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: chad.heuschober@mail.cuny.edu-20110804000546-4dqh6a7xrkrwccdh
Moved around some data fixtures to put the regular fixtures into more of a production-ready state.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
//all links on this page should use the link_to helper
28
28
  ?>
29
29
<br/><br/>
30
 
<?php echo link_to('Reindex Search Data', url_for('admin/searchreindex'), array('method' => 'post',
31
 
  'confirm' => 'Are you sure you want to reindex all of your search data? This process takes a ' .
32
 
  'long time and may interrupt any currently in-progress searches.', 'class' => 'deleteButton',
33
 
  'title' => 'Reindex Search Data')); ?>
34
 
<?php  if ($enable_cache_clear == 1): ?>
35
 
<br/><br/>
36
 
<?php echo link_to('Clear System Cache', url_for('admin/clearcache'), array('method' => 'post',
37
 
  'confirm' => 'Are you sure you want to clear the system cache? This could destructive to any ' .
38
 
  'currently ongoing actions and/or affect other applications on this server. Only execute this ' .
39
 
  'action if you know what you are doing.', 'class' => 'deleteButton',
40
 
  'title' => 'Clear System Cache')); ?>
41
 
<?php endif; ?>
42
 
<br/><br/>
43
30
  </fieldset>
44
31
</div>
45
32
  <br />