removed mods directory from the ATutor codebase
[atutor.git] / mods / photos / include / html / admin / pa_preferences.tmpl.php
diff --git a/mods/photos/include/html/admin/pa_preferences.tmpl.php b/mods/photos/include/html/admin/pa_preferences.tmpl.php
deleted file mode 100644 (file)
index 727c5c6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<div class="input-form">
-       <form action="" method="post" >
-               <div class="row">
-                       <label for="pa_max_memory"><?php echo _AT('pa_max_memory'); ?></label><br/>
-                       <input type="text" id="pa_max_memory" name="pa_max_memory" value="<?php echo $this->max_memory; ?>"/> <?php echo _AT('mb'); ?>
-               </div>
-
-               <div class="row">
-                       <input class="button" type="submit" name="submit" value="<?php echo _AT('save'); ?>" />
-               </div>
-       </form>
-</div>
\ No newline at end of file