Changeset 840 in ExiteCMS for modules/common/gallery/php-files/modules/gallery/download.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/download.php
r833 r840 81 81 echo "\n". '<input type="radio" name="full" value="0"'. (!$full ? ' checked' : '') .'>'. gTranslate('core', "Resized Version") .'<br>'; 82 82 echo "\n<br>"; 83 echo "\n". '<input type="submit" name="doit" value="'. gTranslate('core', "Download") .'">';84 echo "\n". '<input type="button" value="'. gTranslate('core', "Cancel") .'" onclick="parent.close()">';83 echo "\n". '<input type="submit" class="button" name="doit" value="'. gTranslate('core', "Download") .'">'; 84 echo "\n". '<input type="button" class="button" value="'. gTranslate('core', "Cancel") .'" onclick="parent.close()">'; 85 85 echo "\n</form>"; 86 86 } … … 89 89 echo gTranslate('core', "This album is not empty, but contains no photo or movie! Download wouldn't make sense."); 90 90 echo "<br><br>"; 91 echo "\n". '<input type="button" value="'. gTranslate('core', "Close Window") .'" onclick="parent.close()">';91 echo "\n". '<input type="button" class="button" value="'. gTranslate('core', "Close Window") .'" onclick="parent.close()">'; 92 92 } 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.
