summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--productedit.php4
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)
{