Fix for Bug 5152 - confirm buttons different styles on lists
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / virtualshelves / shelves.tmpl
index e6c8113..ddd895c 100644 (file)
@@ -419,7 +419,7 @@ function placeHold () {
                                        <input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelf" -->" value="1" />
                                        <!-- TMPL_IF NAME="confirm" -->
                                        <input type="hidden" name="CONFIRM-<!-- TMPL_VAR NAME="confirm" -->" value="1" />
-                                       <input type="submit" class="confirm" value="Confirm" />
+                                       <input type="submit" class="approve" value="Confirm" />
                                        <!-- TMPL_ELSE -->
                                        <input type="submit" class="deleteshelf" onclick="return confirmDelete(_('Are you sure you want to remove this List?'));" value="Delete" />
                                        <!-- /TMPL_IF -->