Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/tools/find_orphans.php
- Timestamp:
- 09/26/07 00:39:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/common/gallery/php-files/modules/gallery/tools/find_orphans.php
r833 r840 252 252 <?php echo makeFormIntro("tools/find_orphans.php", array("method" => "GET")); ?> 253 253 <input type="hidden" name="action" value="albums"> 254 <input type="submit" value="<?php echo _("Re-Attach Orphaned Albums!") ?>">254 <input type="submit" class="button" value="<?php echo _("Re-Attach Orphaned Albums!") ?>"> 255 255 </form> 256 256 </center> … … 289 289 <?php echo makeFormIntro("tools/find_orphans.php", array("method" => "GET")); ?> 290 290 <input type="hidden" name="action" value="images"> 291 <input type="submit" value="<?php echo _("Delete Orphaned Files!") ?>">291 <input type="submit" class="button" value="<?php echo _("Delete Orphaned Files!") ?>"> 292 292 </form> 293 293 </center>
Note: See TracChangeset
for help on using the changeset viewer.
