diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-01 12:22:15 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-06-01 12:22:36 +0200 |
| commit | 99d8c86c98738baaa6188219485ce5ea41357631 (patch) | |
| tree | de268b040f680bbac9af340fef7d6289ab51e10f /productedit.php | |
| parent | aa3d7f59fa32b0887c03816fc2b6cd7f3ae42fcc (diff) | |
| download | Catalog-99d8c86c98738baaa6188219485ce5ea41357631.tar.gz Catalog-99d8c86c98738baaa6188219485ce5ea41357631.zip | |
Remove copy past derp
Diffstat (limited to 'productedit.php')
| -rw-r--r-- | productedit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/productedit.php b/productedit.php index 97f60cb..2005444 100644 --- a/productedit.php +++ b/productedit.php @@ -120,8 +120,8 @@ accesskey="d" maxlength="1000"><?php echo $product->getDescription(); ?></textarea> </div> <div class="row"> - <label for="cat"><u>D</u>escription:</label> - <select multiple class="formw" id="cat" name="cat[]"> + <label for="cat"><u>C</u>ategories:</label> + <select multiple class="formw" id="cat" name="cat[]" accesskey="c"> <?php foreach (CategoryQuery::create()->find() as $category) { |
